Skip to content

Commit

Permalink
Use vsvarsall instead.
Browse files Browse the repository at this point in the history
  • Loading branch information
bakpakin committed Sep 24, 2024
1 parent 9b830be commit cd2cea1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@ jobs:
- name: Build Spork
shell: cmd
run: |
refreshenv & vcvars64.bat & cd spork & janet -l ./bundle -e "(do (setdyn :verbose true) (build))"
refreshenv & vcvarsall.bat x64 & cd spork & janet -l ./bundle -e "(do (setdyn :verbose true) (build))"
- name: Test Install
shell: cmd
run: |
refreshenv & vcvars64.bat & janet -e "(bundle/install `spork`)"
refreshenv & vcvarsall.bat x64 & janet -e "(bundle/install `spork`)"
- name: Run Tests
shell: cmd
run: |
refreshenv & vcvars64.bat & cd spork & janet -l ./bundle -e "(test)"
refreshenv & vcvarsall.bat x64 & cd spork & janet -l ./bundle -e "(test)"

0 comments on commit cd2cea1

Please sign in to comment.