Update .forgejo/workflows/package-check.yml
This commit is contained in:
parent
7754ca831f
commit
aa7d0223d6
1 changed files with 1 additions and 7 deletions
|
@ -21,12 +21,6 @@ jobs:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
shell: sh
|
shell: sh
|
||||||
run: |
|
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 curl $PACKAGE
|
apk add --no-cache git nodejs npm bash sed curl $PACKAGE
|
||||||
|
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue