Skip to content

Commit

Permalink
fix: selected generator
Browse files Browse the repository at this point in the history
  • Loading branch information
DNKpp committed Oct 8, 2023
1 parent 1479671 commit 31dcbb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:
- uses: actions/checkout@v3
- name: Compile
run: |
cmake -G"Visual Studio 17 2022" `
cmake -G"Visual Studio 16 2019" `
-T${{matrix.toolset}} `
-DCMAKE_BUILD_TYPE=${{matrix.build_mode}} `
-DSIMPLE_UTILITY_BUILD_BENCHMARKS=Yes `
Expand Down

0 comments on commit 31dcbb8

Please sign in to comment.