diff --git a/.github/actions/run_tests/action.yml b/.github/actions/run_tests/action.yml index 3a5ec91..634787b 100644 --- a/.github/actions/run_tests/action.yml +++ b/.github/actions/run_tests/action.yml @@ -21,4 +21,6 @@ runs: - name: scratchpad.psy shell: bash - run: ./psyc -v ./samples/scratchpad.psy --dump-ast --dump-ir \ No newline at end of file + run: | + sudo chmod +x psyc + ./psyc -v ./samples/scratchpad.psy --dump-ast --dump-ir \ No newline at end of file