fix: Force bash shell in workflow
This commit is contained in:
parent
1c554c8db4
commit
9c7214d377
1 changed files with 1 additions and 0 deletions
1
.github/workflows/create-release.yaml
vendored
1
.github/workflows/create-release.yaml
vendored
|
|
@ -27,6 +27,7 @@ jobs:
|
||||||
image: rg35xx-toolchain-new:latest
|
image: rg35xx-toolchain-new:latest
|
||||||
options: -v ${{github.workspace}}:/root/workspace
|
options: -v ${{github.workspace}}:/root/workspace
|
||||||
run: make all
|
run: make all
|
||||||
|
shell: bash
|
||||||
|
|
||||||
- name: Create release
|
- name: Create release
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue