Update .forgejo/workflows/package-check.yml

This commit is contained in:
melody 2025-07-06 23:08:50 +02:00
commit aa7d0223d6

View file

@ -20,13 +20,7 @@ jobs:
steps:
- name: Install dependencies
shell: sh
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
run: |
apk add --no-cache git nodejs npm bash sed curl $PACKAGE
- uses: actions/checkout@v3