Skip to content

Commit ef00b6a

Browse files
committed
Fix wrong value of toolset in MSVC setup step
1 parent 49aea44 commit ef00b6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/basemap-for-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
} elseif ("${{ matrix.python-version }}" -lt "3.5") {
9595
Set-Variable -Name "vcversion" -Value "10.0"
9696
} else {
97-
Set-Variable -Name "vcversion" -Value "14.x"
97+
Set-Variable -Name "vcversion" -Value "16"
9898
}
9999
echo "VCVERSION=${vcversion}" >> $env:GITHUB_ENV
100100
-

0 commit comments

Comments
 (0)