Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RiccardoGrieco authored and lrapetti committed Feb 25, 2022
1 parent 9d6a422 commit 102ca51
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 @@ -160,7 +160,7 @@ jobs:
run: |
mkdir -p build
cd build
cmake -G"Visual Studio 16 2019" -DCMAKE_PREFIX_PATH=${GITHUB_WORKSPACE}/install/deps \
cmake -G"Visual Studio 17 2022" -DCMAKE_PREFIX_PATH=${GITHUB_WORKSPACE}/install/deps \
-DCMAKE_BUILD_TPYE=${{matrix.build_type}} \
-DCMAKE_INSTALL_PREFIX=${GITHUB_WORKSPACE}/install ..
Expand Down

0 comments on commit 102ca51

Please sign in to comment.