Skip to content

Commit

Permalink
Merge pull request #37 from ksv87/master
Browse files Browse the repository at this point in the history
fixed a bug that failed to build a CMake matrix for MSVC #36
  • Loading branch information
embeddedmz authored Jun 5, 2022
2 parents e74e923 + 9daf45a commit c591278
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
name: "Windows Latest MSVC", artifact: "Windows.tar.xz",
os: windows-latest,
build_type: "Release", cc: "cl", cxx: "cl",
environment_script: "C:/Program Files (x86)/Microsoft Visual Studio/2019/Enterprise/VC/Auxiliary/Build/vcvars64.bat"
environment_script: "C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Auxiliary/Build/vcvars64.bat"
}
- {
name: "Ubuntu Latest GCC", artifact: "Linux.tar.xz",
Expand Down

0 comments on commit c591278

Please sign in to comment.