Skip to content

Commit

Permalink
Update conda-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored Sep 24, 2024
1 parent 83147f5 commit 8782bbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/conda-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
mkdir -p build
cd build
cmake -GNinja -DCMAKE_BUILD_TYPE=${{ matrix.build_type }} \
-DCMAKE_INSTALL_PREFIX=${GITHUB_WORKSPACE}/install -DBUILD_TESTING:BOOL=ON ..
-DTREAT_WARNINGS_AS_ERRORS:BOOL=OFF -DCMAKE_INSTALL_PREFIX=${GITHUB_WORKSPACE}/install -DBUILD_TESTING:BOOL=ON ..
- name: Build
shell: bash -l {0}
Expand Down

0 comments on commit 8782bbc

Please sign in to comment.