mirror of
https://github.com/Icinga/docker-icinga2.git
synced 2025-08-06 22:37:17 +02:00
Run apt-get update
in action.yml
GitHub does not so automatically so the package lists may be outdated, causing the package installation to fail: Err:1 http://azure.archive.ubuntu.com/ubuntu jammy-updates/universe amd64 qemu-user-static amd64 1:6.2+dfsg-2ubuntu6.7 404 Not Found [IP: 52.147.219.192 80] E: Failed to fetch http://azure.archive.ubuntu.com/ubuntu/pool/universe/q/qemu/qemu-user-static_6.2%2bdfsg-2ubuntu6.7_amd64.deb 404 Not Found [IP: 52.147.219.192 80] E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
This commit is contained in:
parent
cc68286fed
commit
26f92bb5c7
@ -9,6 +9,9 @@ runs:
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- shell: bash
|
||||
run: sudo apt-get update
|
||||
|
||||
- shell: bash
|
||||
run: sudo apt-get install -y qemu-user-static binfmt-support
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user