Update .forgejo/workflows/package-check.yml
This commit is contained in:
parent
b2e1f7f11c
commit
fe9f688a67
1 changed files with 9 additions and 1 deletions
|
@ -20,7 +20,15 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
shell: sh
|
shell: sh
|
||||||
run: apk add --no-cache git nodejs npm bash sed $PACKAGE
|
run: |
|
||||||
|
cat > /etc/apk/repositories << EOF
|
||||||
|
https://dl-cdn.alpinelinux.org/alpine/edge/main
|
||||||
|
https://dl-cdn.alpinelinux.org/alpine/edge/community
|
||||||
|
https://dl-cdn.alpinelinux.org/alpine/edge/testing
|
||||||
|
EOF
|
||||||
|
apk upgrade --no-cache -a
|
||||||
|
apk add --no-cache git nodejs npm bash sed $PACKAGE
|
||||||
|
|
||||||
|
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue