.forgejo: do not use add community branch
This commit is contained in:
parent
34081e02d8
commit
283aa6ff0a
1 changed files with 1 additions and 3 deletions
|
@ -16,9 +16,7 @@ jobs:
|
||||||
CI_PROJECT_NAME: zotero
|
CI_PROJECT_NAME: zotero
|
||||||
steps:
|
steps:
|
||||||
- name: Environment setup
|
- name: Environment setup
|
||||||
run: |
|
run: apk add nodejs git git-archive-all gzip
|
||||||
echo https://dl-cdn.alpinelinux.org/alpine/edge/community >> /etc/apk/repositories
|
|
||||||
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