Compare commits
2 commits
d73cadeaa5
...
3f3463fcea
Author | SHA1 | Date | |
---|---|---|---|
3f3463fcea | |||
9b996c21e9 |
2 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Environment setup
|
- name: Environment setup
|
||||||
run: |
|
run: |
|
||||||
doas apk add nodejs git patch curl sed net-tools
|
doas apk add nodejs git patch curl net-tools
|
||||||
doas hostname host.docker.internal
|
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
|
||||||
|
|
|
@ -19,7 +19,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Environment setup
|
- name: Environment setup
|
||||||
run: |
|
run: |
|
||||||
doas apk add nodejs git patch curl sed net-tools
|
doas apk add nodejs git patch curl net-tools
|
||||||
doas hostname host.docker.internal
|
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
|
||||||
|
|
Loading…
Add table
Reference in a new issue