Skip to content

Commit

Permalink
Spurious backslash
Browse files Browse the repository at this point in the history
  • Loading branch information
matz-e committed May 14, 2024
1 parent 062e548 commit 4a975fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: |
cmake -B build -S . -GNinja \
-DCMAKE_INSTALL_PREFIX=$PWD/install \
-DCMAKE_CXX_COMPILER=$(which mpicxx) \
-DCMAKE_CXX_COMPILER=$(which mpicxx)
cmake --build build
ctest --test-dir build --output-on-failure
cmake --install build
Expand Down

0 comments on commit 4a975fc

Please sign in to comment.