Skip to content

Commit

Permalink
[ci] for now, code builds will use psyc to build scratchpad.psy inste…
Browse files Browse the repository at this point in the history
…ad of minimal.psy. i will eventually revert this
  • Loading branch information
harrand committed May 6, 2024
1 parent 7de32ed commit 549e322
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ jobs:
working-directory: cpp

- name: 'Compile a simple test program'
run: ./cpp/build/ci_${{inputs.build_config}}/psyc -v ./samples/minimal.psy
run: ./cpp/build/ci_${{inputs.build_config}}/psyc -v ./samples/scratchpad.psy

2 changes: 1 addition & 1 deletion .github/workflows/build_gcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ jobs:
working-directory: cpp

- name: 'Compile a simple test program'
run: ./cpp/build/ci_${{inputs.build_config}}/psyc -v ./samples/minimal.psy
run: ./cpp/build/ci_${{inputs.build_config}}/psyc -v ./samples/scratchpad.psy

0 comments on commit 549e322

Please sign in to comment.