fix: Force bash shell in workflow

This commit is contained in:
robshape 2023-04-24 14:30:12 +02:00
parent 66bd6d392f
commit 81e212851a

View file

@ -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: |