Update .forgejo/workflows/package-check.yml

This commit is contained in:
melody 2025-07-22 02:02:44 +02:00
commit 6c6a3c692c

View file

@ -25,7 +25,7 @@ jobs:
shell: sh
run: |
echo "Run because of ${{ github.event_name }}"
apk add --no-cache git nodejs npm bash sed curl
apk add --no-cache git nodejs npm bash sed curl jq
- uses: actions/checkout@v3