Skip to content

Commit

Permalink
use the default generator without conan
Browse files Browse the repository at this point in the history
  • Loading branch information
mmomtchev committed Apr 3, 2024
1 parent 6f85301 commit e72dffd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
run: |
mkdir -p build
cd build
cmake .. -G "Visual Studio 15 2017" ${{ env.LIB }}
cmake .. ${{ env.LIB }}
shell: cmd
if: runner.os == 'Windows' && matrix.type == 'system'

Expand Down

0 comments on commit e72dffd

Please # to comment.