Skip to content

Commit 1c56ae8

Browse files
committed
Add fix toolset option
1 parent f95735f commit 1c56ae8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- uses: actions/checkout@v4
2929
- uses: ilammy/msvc-dev-cmd@v1
3030
with:
31-
toolset: "17.XX" # VS 2023
31+
toolset: "17" # VS 2023
3232

3333
- name: cmake workflow
3434
run: |

0 commit comments

Comments
 (0)