Skip to content

Commit 9b22f91

Browse files
Upgraded to vs2019 toolchain
1 parent d1c4936 commit 9b22f91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ env:
99
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
1010
INSTALL_PREFIX: _install
1111
PROJECT_NAME: udpcap
12-
VS_TOOLSET: v141
13-
VS_NAME: vs2017
12+
VS_TOOLSET: v142
13+
VS_NAME: vs2019
1414

1515
jobs:
1616
build-windows:

0 commit comments

Comments
 (0)