Skip to content

Commit 8afe8b2

Browse files
authored
ci: add correct flags to build
1 parent 05ebbd3 commit 8afe8b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/self-hosted.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
-DCMAKE_CXX_COMPILER=g++-${{ matrix.gcc }} \
4646
-DCMAKE_C_COMPILER=gcc-${{ matrix.gcc }} \
4747
-DCMAKE_BUILD_TYPE=${{ env.config }} \
48-
-DCUBOOL_BUILD_TESTS=ON \
48+
-DCUBOOL_WITH_CUDA=ON \
4949
-DCUBOOL_GRAPH_ENABLE_TESTING=ON
5050
5151
- name: Build library sources

0 commit comments

Comments
 (0)