add missing curl depend
All checks were successful
All checks were successful
This commit is contained in:
parent
cea3b2a1f7
commit
cafe05bfea
2 changed files with 4 additions and 3 deletions
|
@ -15,8 +15,9 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Environment setup
|
- name: Environment setup
|
||||||
run: |
|
run: |
|
||||||
doas apk add nodejs git patch
|
doas apk add nodejs git patch curl
|
||||||
doas wget -P /etc/apk/keys 'https://ayakael.net/pkgs/apk/raw/branch/edge/antoine.martin@protonmail.com-5b3109ad.rsa.pub'
|
cd /etc/apk/keys
|
||||||
|
doas 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:
|
||||||
|
|
|
@ -15,7 +15,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Environment setup
|
- name: Environment setup
|
||||||
run: |
|
run: |
|
||||||
doas apk add nodejs git patch
|
doas apk add nodejs git patch curl
|
||||||
cd /etc/apk/keys
|
cd /etc/apk/keys
|
||||||
doas curl -JO https://ayakael.net/api/packages/forge/alpine/key
|
doas curl -JO https://ayakael.net/api/packages/forge/alpine/key
|
||||||
- name: Repo pull
|
- name: Repo pull
|
||||||
|
|
Loading…
Reference in a new issue