-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ubuntu 20.04.5 unable to fetch archives from azure.archive.ubuntu.com #6488
Labels
Comments
I'm getting a similar jobs:
build-and-release-linux:
runs-on: ubuntu-latest
steps:
- name: Install dependencies
run: sudo apt-get install -y clang cmake ninja-build pkg-config libgtk-3-dev liblzma-dev error:
which is wreaking havoc on on my builds. |
@mimartin12, @abulka : Please always use |
11 tasks
jeertmans
added a commit
to jeertmans/manim-slides
that referenced
this issue
Feb 1, 2023
jeertmans
added a commit
to jeertmans/manim-slides
that referenced
this issue
Feb 1, 2023
* chore(version): bump 4.8.2 to 4.8.3 * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * chore(ci): always use apt-get update See comment actions/runner-images#6488 (comment) * chore(docs): add opengraph image and update description --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Error:
Run here
Platforms affected
Runner images affected
Image version and build link
Is it regression?
yes
Expected behavior
The runner should pull the required packages. Like this build https://github.com/bitwarden/clients/actions/runs/3346678105/jobs/5543781602
Actual behavior
The archive repository returns a
404
error.Repro steps
Using Ubuntu-20.04
run: sudo apt-get install -y gnome-keyring dbus-x11
The text was updated successfully, but these errors were encountered: