add missing curl depend
All checks were successful
/ lint (pull_request) Successful in 27s
/ deploy-x86_64 (pull_request) Successful in 27s
/ build-x86_64 (pull_request) Successful in 4m35s
/ build-aarch64 (pull_request) Successful in 18m22s
/ deploy-aarch64 (pull_request) Successful in 56s

This commit is contained in:
Antoine Martin 2024-08-21 10:24:25 -04:00
parent cea3b2a1f7
commit cafe05bfea
Signed by: forge
GPG key ID: D62A472A4AA7D541
2 changed files with 4 additions and 3 deletions

View file

@ -15,8 +15,9 @@ jobs:
steps:
- name: Environment setup
run: |
doas apk add nodejs git patch
doas wget -P /etc/apk/keys 'https://ayakael.net/pkgs/apk/raw/branch/edge/antoine.martin@protonmail.com-5b3109ad.rsa.pub'
doas apk add nodejs git patch curl
cd /etc/apk/keys
doas curl -JO https://ayakael.net/api/packages/forge/alpine/key
- name: Repo pull
uses: actions/checkout@v4
with:

View file

@ -15,7 +15,7 @@ jobs:
steps:
- name: Environment setup
run: |
doas apk add nodejs git patch
doas apk add nodejs git patch curl
cd /etc/apk/keys
doas curl -JO https://ayakael.net/api/packages/forge/alpine/key
- name: Repo pull