Skip to content

Commit

Permalink
Now cl.exe is missing?
Browse files Browse the repository at this point in the history
  • Loading branch information
bakpakin committed Sep 24, 2024
1 parent e197cca commit 32195b8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,10 @@ jobs:
- name: Build Spork
shell: cmd
run: |
refreshenv && cd spork && "C:\Program Files\Janet\bin\janet.exe" -l ./bundle -e "(do (setdyn :verbose true) (build))"
cl.exe /?
refreshenv
cd spork
"C:\Program Files\Janet\bin\janet.exe" -l ./bundle -e "(do (setdyn :verbose true) (build))"
- name: Test Install
shell: cmd
run: |
Expand Down

0 comments on commit 32195b8

Please sign in to comment.