Update .forgejo/workflows/package-check.yml

This commit is contained in:
melody 2025-07-06 22:58:12 +02:00
commit 0d6af808a0

View file

@ -27,7 +27,7 @@ jobs:
https://dl-cdn.alpinelinux.org/alpine/edge/testing https://dl-cdn.alpinelinux.org/alpine/edge/testing
EOF EOF
apk upgrade --no-cache -a apk upgrade --no-cache -a
apk add --no-cache git nodejs npm bash sed $PACKAGE apk add --no-cache git nodejs npm bash sed curl $PACKAGE
- uses: actions/checkout@v3 - uses: actions/checkout@v3