From ab466c1ff64d01e49b079c2279a76a8a60b21fa1 Mon Sep 17 00:00:00 2001 From: Harrand Date: Sat, 18 May 2024 17:47:20 +0100 Subject: [PATCH] [ci] add missing shell property, this seems to be necessary when using composite actions --- .github/actions/run_tests/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actions/run_tests/action.yml b/.github/actions/run_tests/action.yml index 42e766c..f2d7887 100644 --- a/.github/actions/run_tests/action.yml +++ b/.github/actions/run_tests/action.yml @@ -20,4 +20,5 @@ runs: name: psyc_${{ inputs.compiler }}_${{ inputs.build_config }} - name: scratchpad.psy + shell: bash run: psyc -v ./samples/scratchpad.psy --dump-ast --dump-ir \ No newline at end of file