Skip to content

Commit

Permalink
fix win
Browse files Browse the repository at this point in the history
  • Loading branch information
aguinet committed Sep 10, 2023
1 parent 651df2b commit 9ce51e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ jobs:
python -m pip install lit purectypes==0.2 six
mkdir build
- uses: ilammy/msvc-dev-cmd@v1
vsversion: "2022"
with:
vsversion: "2022"
- name: CMake + build
working-directory: build
run: |
Expand Down

0 comments on commit 9ce51e5

Please sign in to comment.