Skip to content

Commit

Permalink
[ci] keep invoking executables as if im on windows when this is linux…
Browse files Browse the repository at this point in the history
… rip
  • Loading branch information
harrand committed May 18, 2024
1 parent ab466c1 commit af76217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/run_tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ runs:

- name: scratchpad.psy
shell: bash
run: psyc -v ./samples/scratchpad.psy --dump-ast --dump-ir
run: ./psyc -v ./samples/scratchpad.psy --dump-ast --dump-ir

0 comments on commit af76217

Please sign in to comment.