mirror of
https://github.com/Icinga/docker-icinga2.git
synced 2025-11-08 02:41:01 +01:00
Merge pull request #99 from Icinga/apt-get-update
Run `apt-get update` in action.yml
This commit is contained in:
commit
b782daf7d6
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -15,6 +15,9 @@ jobs:
|
||||
- name: Checkout HEAD
|
||||
uses: actions/checkout@v1
|
||||
|
||||
- shell: bash
|
||||
run: sudo apt-get update
|
||||
|
||||
- name: QEMU
|
||||
run: sudo apt-get install -y qemu-user-static binfmt-support
|
||||
|
||||
|
||||
@ -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…
x
Reference in New Issue
Block a user