This commit is contained in:
parent
2eef3378c3
commit
37dac6b53b
1 changed files with 2 additions and 2 deletions
|
@ -15,9 +15,9 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Environment setup
|
- name: Environment setup
|
||||||
run: |
|
run: |
|
||||||
doas apk add rpm wget losetup coreutils eudev e2fsprogs xen
|
apk add rpm wget losetup coreutils eudev e2fsprogs xen doas sudo
|
||||||
cd /etc/apk/keys
|
cd /etc/apk/keys
|
||||||
doas curl -JO https://ayakael.net/api/packages/forge/alpine/key
|
curl -JO https://ayakael.net/api/packages/forge/alpine/key
|
||||||
- name: Repo pull
|
- name: Repo pull
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue