jurplel / install-qt-action

Install Qt on your Github Actions workflows with just one simple action
MIT License
446 stars 78 forks source link

apt-get update failing on ubuntu-latest #235

Closed AndreaRicchi closed 2 months ago

AndreaRicchi commented 2 months ago

I'm running the action on an open source project but since yesterday the pipelines are failing at the step

Run jurplel/install-qt-action/action@v3
/usr/bin/sudo apt-get update
...
Reading package lists...
E: Failed to fetch https://packages.microsoft.com/ubuntu/22.04/prod/dists/jammy/InRelease  Clearsigned file isn't valid, got 'NOSPLIT' (does the network require authentication?)
E: The repository 'https://packages.microsoft.com/ubuntu/22.04/prod jammy InRelease' is no longer signed.

You can check the full log here: https://github.com/amarula/cutekeyboard/actions/runs/8813411018

pzhlkj6612 commented 2 months ago

Hi, maybe you just need to re-run your workflow. See "Clearsigned file isn't valid" during apt update of Ubuntu 22.04 instance · community · Discussion #120966.

AndreaRicchi commented 2 months ago

Thanks