From 9c7214d377e145b67adc9da335e0742c29d78efb Mon Sep 17 00:00:00 2001 From: robshape Date: Mon, 24 Apr 2023 14:30:12 +0200 Subject: [PATCH] fix: Force bash shell in workflow --- .github/workflows/create-release.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/create-release.yaml b/.github/workflows/create-release.yaml index a5e6049..b3692e6 100644 --- a/.github/workflows/create-release.yaml +++ b/.github/workflows/create-release.yaml @@ -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: |