mirror of
https://github.com/Icinga/docker-icinga2.git
synced 2025-11-08 10:51:03 +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
|
- name: Checkout HEAD
|
||||||
uses: actions/checkout@v1
|
uses: actions/checkout@v1
|
||||||
|
|
||||||
|
- shell: bash
|
||||||
|
run: sudo apt-get update
|
||||||
|
|
||||||
- name: QEMU
|
- name: QEMU
|
||||||
run: sudo apt-get install -y qemu-user-static binfmt-support
|
run: sudo apt-get install -y qemu-user-static binfmt-support
|
||||||
|
|
||||||
|
|||||||
@ -9,6 +9,9 @@ runs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
|
- shell: bash
|
||||||
|
run: sudo apt-get update
|
||||||
|
|
||||||
- shell: bash
|
- shell: bash
|
||||||
run: sudo apt-get install -y qemu-user-static binfmt-support
|
run: sudo apt-get install -y qemu-user-static binfmt-support
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user