add bash depend

This commit is contained in:
Antoine Martin 2024-09-09 09:36:31 -04:00
parent 3ea484b8b3
commit 02ea5ed5c8
Signed by: forge
GPG key ID: D62A472A4AA7D541

View file

@ -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: