Skip to content

Commit

Permalink
Fix a typo in CI build option (#4196)
Browse files Browse the repository at this point in the history
  • Loading branch information
WeiqunZhang authored Oct 22, 2024
1 parent 0c7df10 commit 8f4fbaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
-DCMAKE_VERBOSE_MAKEFILE=ON \
-DCMAKE_CXX_COMPILER_LAUNCHER=ccache \
-DAMReX_FFT=ON \
-DAMReX_LINEAR_SOLVER_INCFLO=OFF
-DAMReX_LINEAR_SOLVERS_INCFLO=OFF
cmake --build WarpX/build -j 4
ccache -s
Expand Down

0 comments on commit 8f4fbaf

Please sign in to comment.