Add bash dependency
Some checks failed
/ build (push) Failing after 26s

This commit is contained in:
Hornwitser 2025-05-16 19:17:06 +02:00
parent 2cd09fdfb3
commit a40f808543

View file

@ -11,7 +11,7 @@ jobs:
name: Install dependencies name: Install dependencies
shell: sh shell: sh
run: | run: |
apk add buildah git apk add bash buildah git
- -
name: Checkout repository name: Checkout repository
shell: sh shell: sh