.forgejo: switch repo addition
This commit is contained in:
parent
becd76e387
commit
21f8c09b1b
1 changed files with 1 additions and 1 deletions
|
@ -16,8 +16,8 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Environment setup
|
- name: Environment setup
|
||||||
run: |
|
run: |
|
||||||
doas apk add nodejs git git-archive-all gzip
|
|
||||||
echo https://dl-cdn.alpinelinux.org/alpine/edge/community >> /etc/apk/repositories
|
echo https://dl-cdn.alpinelinux.org/alpine/edge/community >> /etc/apk/repositories
|
||||||
|
doas apk add nodejs git git-archive-all gzip
|
||||||
- name: Repo pull
|
- name: Repo pull
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue