add bash depend
This commit is contained in:
parent
3ea484b8b3
commit
02ea5ed5c8
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ jobs:
|
|||
image: alpine:latest
|
||||
steps:
|
||||
- name: Environment setup
|
||||
run: apk add nodejs git xz gzip dotnet6-sdk sed
|
||||
run: apk add nodejs git xz gzip dotnet6-sdk sed bash
|
||||
- name: Repo pull
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue