awalsh128 / cache-apt-pkgs-action

Cache APT packages in GitHub Actions
Other
205 stars 35 forks source link

Error about apt package list being not signed #131

Closed Yelinz closed 7 months ago

Yelinz commented 7 months ago

I assume this has nothing to do with this action but rather the microsoft apt repository. Close the issue if that is the case.

Pipeline failed on 24-Apr-2024 09:23 New file on the repository was created on: 24-Apr-2024 09:03 Therefore I assume this is a microsoft problem

The relevant failed pipeline: https://github.com/projectcaluma/alexandria/actions/runs/8813952473/job/24193633911

09:23:08.006 Updating APT package list...
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.
thoraage commented 7 months ago

Work around it until fixed by using ubuntu-20.04 instead of ubuntu-latest

Se also https://github.com/orgs/community/discussions/120966

Yelinz commented 7 months ago

https://github.com/microsoft/linux-package-repositories/issues/130#issuecomment-2074910628

Problems in the future go straight to the microsoft repo. Didnt know one existed.