Open snieking opened 2 years ago
I'm observing the same issue. I'm not that knowledgeable on the packaging definitions, but seems related to updates today at https://packages.microsoft.com/ubuntu/20.04/prod/dists/focal/
` -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256
Origin: microsoft-ubuntu-focal-prod testing Label: microsoft-ubuntu-focal-prod testing `
https://github.com/getsentry/sentry/pull/32641 downgrading to ubuntu 18.04 for us seems to have helped for now
Same issue here but occurs when running sudo apt update
.
At least in my case using the solution from the last time this issue happened has been successful. Looking forward to a more permanent fix.
I try this wget https://dot.net/v1/dotnet-install.sh -O dotnet-install.sh sudo bash dotnet-install.sh --channel 7.0
Description
Getting errors installing dotnet-sdk-6.0 on Ubuntu
This was working fine earlier today and I haven't touched the GitHub Action pipeline which executes this.