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
|
||||
defaults:
|
||||
run:
|
||||
shell: sh
|
||||
working-directory: /repo
|
||||
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Reference in a new issue