Update releases.yml - apt update & install buildah
This commit is contained in:
parent
0cc8e2968f
commit
4e4756d1c4
5
.github/workflows/releases.yml
vendored
5
.github/workflows/releases.yml
vendored
@ -18,6 +18,11 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
|
- name: Apt update
|
||||||
|
run: sudo apt-get update
|
||||||
|
- name: apt install buildah qemu-user-static
|
||||||
|
run: sudo apt-get install -y buildah qemu-user-static
|
||||||
|
|
||||||
- name: Set node version
|
- name: Set node version
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user