We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 393f307 commit 1f271e2Copy full SHA for 1f271e2
1 file changed
.github/workflows/macos.yml
@@ -16,5 +16,6 @@ jobs:
16
cmake -S . -B build \
17
-DNyx_HEATCOOL=yes \
18
-DNyx_HYDRO=yes \
19
+ -DNyx_OMP=no \
20
-DCMAKE_CXX_COMPILER_LAUNCHER=$(which ccache)
21
cmake --build build --parallel 2
0 commit comments