ci: use sh shell (alpine has no bash)
Some checks failed
release / build-and-release (push) Failing after 3s
Some checks failed
release / build-and-release (push) Failing after 3s
This commit is contained in:
parent
2df894006f
commit
d6fa73be56
1 changed files with 1 additions and 0 deletions
|
|
@ -18,6 +18,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
|
shell: sh
|
||||||
working-directory: /repo
|
working-directory: /repo
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue