Skip to content

Commit c591278

Browse files
authored
Merge pull request #37 from ksv87/master
fixed a bug that failed to build a CMake matrix for MSVC #36
2 parents e74e923 + 9daf45a commit c591278

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
name: "Windows Latest MSVC", artifact: "Windows.tar.xz",
1515
os: windows-latest,
1616
build_type: "Release", cc: "cl", cxx: "cl",
17-
environment_script: "C:/Program Files (x86)/Microsoft Visual Studio/2019/Enterprise/VC/Auxiliary/Build/vcvars64.bat"
17+
environment_script: "C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Auxiliary/Build/vcvars64.bat"
1818
}
1919
- {
2020
name: "Ubuntu Latest GCC", artifact: "Linux.tar.xz",

0 commit comments

Comments
 (0)