ci: use sh shell (alpine has no bash)
Some checks failed
release / build-and-release (push) Failing after 3s

This commit is contained in:
X9 Dev 2026-04-16 11:56:17 +02:00
parent 2df894006f
commit d6fa73be56

View file

@ -18,6 +18,7 @@ jobs:
runs-on: ubuntu-latest
defaults:
run:
shell: sh
working-directory: /repo
steps: