Skip to content

Commit

Permalink
Fix for MSVC.
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe2933 committed Feb 3, 2024
1 parent b8e5e3c commit 59c0c5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/msvc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
mkdir build
cmake -S . -B build `
-G "Visual Studio 17 2022" -T v143 `
-DVCTOOLS_INSTALL_DIR=%VCTOOLS_INSTALL_DIR%
-DVCTOOLS_INSTALL_DIR="$env:VCToolsInstallDir"
- name: Build
run: |
Expand Down

0 comments on commit 59c0c5e

Please sign in to comment.