Skip to content

Commit

Permalink
[ci] so it turns out uploading/downloading artifacts strips all file …
Browse files Browse the repository at this point in the history
…permissions, so before running runtime tests you need to chmod +x the compiler.
  • Loading branch information
harrand committed May 18, 2024
1 parent af76217 commit 184daf7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/actions/run_tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,6 @@ runs:

- name: scratchpad.psy
shell: bash
run: ./psyc -v ./samples/scratchpad.psy --dump-ast --dump-ir
run: |
sudo chmod +x psyc
./psyc -v ./samples/scratchpad.psy --dump-ast --dump-ir

0 comments on commit 184daf7

Please sign in to comment.