Skip to content

Commit

Permalink
remove warning as error for now
Browse files Browse the repository at this point in the history
  • Loading branch information
blaisb committed Aug 14, 2024
1 parent f9f2713 commit 90af753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main_dealii_distributed_vectors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,5 @@ jobs:
run: |
mkdir build-warnings
cd build-warnings
cmake ../ -DCMAKE_BUILD_TYPE=Debug -DCMAKE_COMPILE_WARNING_AS_ERROR=ON -DLETHE_USE_LDV=ON
cmake ../ -DCMAKE_BUILD_TYPE=Debug -DLETHE_USE_LDV=ON
make -j${{ env.COMPILE_JOBS }}

0 comments on commit 90af753

Please sign in to comment.