Skip to content

Commit

Permalink
forgot backslash
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeByDrescher authored Jan 19, 2024
1 parent f0aad87 commit 01249c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ jobs:
-G Ninja \
-DCMAKE_C_COMPILER="/c/msys64/clang64/bin/clang.exe" \
-DCMAKE_CXX_COMPILER="/c/msys64/clang64/bin/clang++.exe" \
-DCMAKE_Fortran_COMPILER="/c/msys64/clang64/bin/flang.exe"
-DCMAKE_Fortran_COMPILER="/c/msys64/clang64/bin/flang.exe" \
-DOPTION_TARGET_MESSAGING=OFF \
-DOPTION_TARGET_PARALLEL=OFF \
-DOPTION_TARGET_CHOMBO2D_SOLVER=OFF \
Expand Down

0 comments on commit 01249c6

Please sign in to comment.