forgejo
Some checks failed
/ lint (pull_request) Successful in 32s
/ deploy-x86_64 (pull_request) Has been skipped
/ build-x86_64 (pull_request) Failing after 44m43s
/ build-aarch64 (pull_request) Failing after 2h38m51s
/ deploy-aarch64 (pull_request) Has been skipped

This commit is contained in:
Antoine Martin 2024-09-20 17:47:01 -04:00
parent 4d77384a02
commit 2c1ec153c9
Signed by: ayakael
GPG key ID: D62A472A4AA7D541

View file

@ -19,8 +19,8 @@ jobs:
steps:
- name: Environment setup
run: |
doas apk add nodejs git patch curl sed
doas sed -i "s|host.docker.internal|host.docker.internal $HOST|" /etc/hosts
doas apk add nodejs git patch curl sed net-tools
doas hostname host.docker.internal
cd /etc/apk/keys
doas curl -JO https://forge.ilot.io/api/packages/ilot/alpine/key
- name: Repo pull