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