Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Unbreak binutils-dev install in GitHub Actions
Without apt-get update, it's failing as follows. Reading package lists... Building dependency tree... Reading state information... The following packages will be REMOVED: libc++-14-dev libc++-dev libunwind-14-dev The following NEW packages will be installed: binutils-dev libunwind-dev 0 upgraded, 2 newly installed, 3 to remove and 19 not upgraded. Need to get 6258 kB of archives. After this operation, 26.6 MB of additional disk space will be used. Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [142 B] Get:2 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main amd64 libunwind-dev amd64 1.3.2-2build2.1 [1883 kB] Ign:3 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main amd64 binutils-dev amd64 2.38-4ubuntu2.3 Ign:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 binutils-dev amd64 2.38-4ubuntu2.3 Ign:3 http://security.ubuntu.com/ubuntu jammy-updates/main amd64 binutils-dev amd64 2.38-4ubuntu2.3 Err:3 mirror+file:/etc/apt/apt-mirrors.txt jammy-updates/main amd64 binutils-dev amd64 2.38-4ubuntu2.3 404 Not Found [IP: 52.252.75.106 80] E: Failed to fetch mirror+file:/etc/apt/apt-mirrors.txt/pool/main/b/binutils/binutils-dev_2.38-4ubuntu2.3_amd64.deb 404 Not Found [IP: 52.252.75.106 80] E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
- Loading branch information