From af7621716162b198b4ce44183c1f4e6e3ae05621 Mon Sep 17 00:00:00 2001 From: Harrand Date: Sat, 18 May 2024 17:50:55 +0100 Subject: [PATCH] [ci] keep invoking executables as if im on windows when this is linux rip --- .github/actions/run_tests/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/run_tests/action.yml b/.github/actions/run_tests/action.yml index f2d7887..3a5ec91 100644 --- a/.github/actions/run_tests/action.yml +++ b/.github/actions/run_tests/action.yml @@ -21,4 +21,4 @@ runs: - name: scratchpad.psy shell: bash - run: psyc -v ./samples/scratchpad.psy --dump-ast --dump-ir \ No newline at end of file + run: ./psyc -v ./samples/scratchpad.psy --dump-ast --dump-ir \ No newline at end of file