Skip to content

Commit

Permalink
Refresh env might mess with msvc setup.
Browse files Browse the repository at this point in the history
  • Loading branch information
bakpakin committed Sep 24, 2024
1 parent 32195b8 commit f947ab5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,7 @@ jobs:
- name: Build Spork
shell: cmd
run: |
cl.exe /?
refreshenv
cd spork
"C:\Program Files\Janet\bin\janet.exe" -l ./bundle -e "(do (setdyn :verbose true) (build))"
cl.exe /? & refreshenv & cl.exe /? 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 f947ab5

Please sign in to comment.