Skip to content

Commit

Permalink
Fix build issue in Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielChappuis committed Feb 23, 2022
1 parent 185d522 commit b289487
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
cc: "cl",
cxx: "cl",
cxx_flags: "",
generators: "Visual Studio 16 2019",
generators: "Visual Studio 17 2022",
double_precision: false,
coverage: false,
}
Expand All @@ -127,7 +127,7 @@ jobs:
cc: "cl",
cxx: "cl",
cxx_flags: "",
generators: "Visual Studio 16 2019",
generators: "Visual Studio 17 2022",
double_precision: false,
coverage: false,
}
Expand Down

0 comments on commit b289487

Please sign in to comment.