This commit is contained in:
parent
1c5d729b89
commit
1d23e39f98
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ jobs:
|
||||||
container:
|
container:
|
||||||
image: alpine:edge
|
image: alpine:edge
|
||||||
steps:
|
steps:
|
||||||
- run: apk add nodejs
|
- run: apk add nodejs git
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- run: |
|
- run: |
|
||||||
apk add shellcheck atools sudo abuild
|
apk add shellcheck atools sudo abuild
|
||||||
|
|
Loading…
Reference in a new issue