We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f95735f commit 1c56ae8Copy full SHA for 1c56ae8
.github/workflows/windows.yml
@@ -28,7 +28,7 @@ jobs:
28
- uses: actions/checkout@v4
29
- uses: ilammy/msvc-dev-cmd@v1
30
with:
31
- toolset: "17.XX" # VS 2023
+ toolset: "17" # VS 2023
32
33
- name: cmake workflow
34
run: |
0 commit comments