You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Basically exactly the same as #7210 which is happening for us on our private repo. Running sudo apt-get update will trigger it. I tried adding sudo rm -f /etc/apt/sources.list.d/microsoft-prod.list to prevent it but it didn't help unfortunately.
Hey! your workflow indicates problems with the ondrej/php repo which is not a part of the ubuntu-latest runner, please report the problem to the repository owner
Thanks @mikhailkoliada. Eventually we managed to solve this one by placing the apt-get update before the setup-php action. I have no idea why that solved things but glad it did.
Description
Basically exactly the same as #7210 which is happening for us on our private repo. Running
sudo apt-get update
will trigger it. I tried addingsudo rm -f /etc/apt/sources.list.d/microsoft-prod.list
to prevent it but it didn't help unfortunately.Platforms affected
Runner images affected
Image version and build link
I don't understand where to find this sorry. Where can I find "Set up job"?
Is it regression?
Yes, see link above to old closed issue
Expected behavior
I'd expect to be able to run an
apt-get update
on GitHub Actions.Actual behavior
It's failing and giving an invalid signature error.
Repro steps
Run
sudo apt-get update
in GitHub Actions onubuntu-latest
.The text was updated successfully, but these errors were encountered: