Skip to content

Commit

Permalink
updated build-windows workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
baderouaich committed Sep 29, 2023
1 parent be15e17 commit 9eb97dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- name: Generate Project Files
run: |
mkdir cmake-build-debug && cd cmake-build-debug
md cmake-build-debug && cd cmake-build-debug
cmake .. -G"Visual Studio 16 2022" -DCMAKE_BUILD_TYPE=Debug -DENABLE_TESTS=ON
Expand Down

0 comments on commit 9eb97dc

Please sign in to comment.