Skip to content

Commit

Permalink
fiddling around with PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
leissa committed Dec 21, 2023
1 parent 1c8d5b5 commit e2495a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
shell: cmd
run: |
call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
set PATH=${{github.workspace}}/build/lib/thorin;${{github.workspace}}/bin;%PATH%
cmake --build ${{github.workspace}}/build -v
- name: Run lit test suite
Expand Down

0 comments on commit e2495a3

Please sign in to comment.