Update .forgejo/workflows/package-check.yml
This commit is contained in:
parent
38336fc965
commit
4310b383af
1 changed files with 2 additions and 1 deletions
|
@ -14,7 +14,8 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Install dependencies
|
||||
run: apk add --no-cache git nodejs npm bash sed curl
|
||||
shell: sh
|
||||
run: apk add --no-cache git nodejs npm bash sed $PACKAGE
|
||||
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue