Skip to content

Commit

Permalink
unix makefile, not ninja
Browse files Browse the repository at this point in the history
  • Loading branch information
josephleekl committed Dec 9, 2024
1 parent 93f771d commit ca25fe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests_lkcuda_cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ jobs:
cd main
SCIPYBLAS_lib=$(python -c "import scipy_openblas32; print(scipy_openblas32.get_lib_dir())")
echo "SCIPYBLAS_lib: ${SCIPYBLAS_lib}"
cmake . -BBuild -G Ninja \
cmake . -BBuild -G Unix Makefiles \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DBUILD_TESTS=ON \
-DENABLE_PYTHON=OFF \
Expand Down

0 comments on commit ca25fe0

Please sign in to comment.