Skip to content

Commit

Permalink
unix makefiles
Browse files Browse the repository at this point in the history
  • Loading branch information
josephleekl committed Dec 10, 2024
1 parent 5094784 commit be80b67
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 @@ -182,7 +182,7 @@ jobs:
- name: Build and run unit tests
run: |
cd main
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 be80b67

Please sign in to comment.