fix: Force bash shell in workflow

This commit is contained in:
robshape 2023-04-24 14:30:12 +02:00
parent 1c554c8db4
commit 9c7214d377

View file

@ -27,6 +27,7 @@ jobs:
image: rg35xx-toolchain-new:latest
options: -v ${{github.workspace}}:/root/workspace
run: make all
shell: bash
- name: Create release
run: |