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 49aea44 commit ef00b6aCopy full SHA for ef00b6a
.github/workflows/basemap-for-windows.yml
@@ -94,7 +94,7 @@ jobs:
94
} elseif ("${{ matrix.python-version }}" -lt "3.5") {
95
Set-Variable -Name "vcversion" -Value "10.0"
96
} else {
97
- Set-Variable -Name "vcversion" -Value "14.x"
+ Set-Variable -Name "vcversion" -Value "16"
98
}
99
echo "VCVERSION=${vcversion}" >> $env:GITHUB_ENV
100
-
0 commit comments