Skip to content

Commit

Permalink
CUDA OFF
Browse files Browse the repository at this point in the history
  • Loading branch information
xcnick committed Sep 4, 2024
1 parent de9a33e commit fa99bef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Build
id: cmake-build
run: |
cmake -S . -B build
cmake -S . -B build -DBUILD_CUDA=OFF
cmake --build build -j $(nproc)
# build_and_test_gpu:
Expand Down

0 comments on commit fa99bef

Please sign in to comment.