forgejo
Some checks failed
Some checks failed
This commit is contained in:
parent
4d77384a02
commit
2c1ec153c9
1 changed files with 2 additions and 2 deletions
|
@ -19,8 +19,8 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Environment setup
|
- name: Environment setup
|
||||||
run: |
|
run: |
|
||||||
doas apk add nodejs git patch curl sed
|
doas apk add nodejs git patch curl sed net-tools
|
||||||
doas sed -i "s|host.docker.internal|host.docker.internal $HOST|" /etc/hosts
|
doas hostname host.docker.internal
|
||||||
cd /etc/apk/keys
|
cd /etc/apk/keys
|
||||||
doas curl -JO https://forge.ilot.io/api/packages/ilot/alpine/key
|
doas curl -JO https://forge.ilot.io/api/packages/ilot/alpine/key
|
||||||
- name: Repo pull
|
- name: Repo pull
|
||||||
|
|
Loading…
Add table
Reference in a new issue