Skip to content

Commit

Permalink
Adjust windows workflow for cl.exe
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarod42 committed May 9, 2023
1 parent 9399230 commit 2b3a17f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ jobs:
.bins/premake5 --version
ninja --version
- name: Add cl.exe to PATH
uses: ilammy/msvc-dev-cmd@v1

- name: test projects
run: cd tests && PATH=$PATH:`pwd`/../.bins python run_tests.py
shell: bash

0 comments on commit 2b3a17f

Please sign in to comment.