Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
MFraters committed Jun 5, 2024
1 parent 6e881c3 commit 2a1d632
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -496,8 +496,8 @@ jobs:
export CC=/usr/bin/clang;
export CXX=/usr/bin/clang++;
export FORTRAN=/usr/bin/flang;
OMPI_CC=/usr/bin/clang;
OMPI_CXX=/usr/bin/clang++;
OMPI_CC=clang;
OMPI_CXX=clang++;
cmake $GITHUB_WORKSPACE -DCMAKE_BUILD_TYPE=${{ matrix.build_type }} -DCMAKE_CXX_FLAGS=-Werror;
cat ${{github.workspace}}/build/CMakeFiles/CMakeError.log ||:;
Expand Down

0 comments on commit 2a1d632

Please sign in to comment.