Skip to content

Commit

Permalink
Merge pull request #5562 from gassmoeller/fix_tester_cmake
Browse files Browse the repository at this point in the history
Use apt packaged cmake version in tester
  • Loading branch information
bangerth committed Feb 2, 2024
2 parents afcc21b + 39c6895 commit 84d4257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
run: |
mkdir build
cd build
cmake -D CMAKE_BUILD_TYPE=Debug -D ASPECT_PRECOMPILE_HEADERS=ON -D ASPECT_UNITY_BUILD=ON \
/usr/bin/cmake -D CMAKE_BUILD_TYPE=Debug -D ASPECT_PRECOMPILE_HEADERS=ON -D ASPECT_UNITY_BUILD=ON \
-D CMAKE_CXX_FLAGS='-Werror' -D ASPECT_INSTALL_EXAMPLES=ON ..
make -j 2
./aspect --test
Expand Down

0 comments on commit 84d4257

Please sign in to comment.