Skip to content
This repository was archived by the owner on May 9, 2024. It is now read-only.

Commit 83eff2b

Browse files
committed
Add missed ENABLE_CUDA option
1 parent 39cc112 commit 83eff2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
uses: ./.github/workflows/build-docker.yml
7878
with:
7979
name: cuda
80-
options: -DENABLE_PYTHON=off
80+
options: -DENABLE_PYTHON=off -DENABLE_CUDA=on
8181

8282
test-cuda-docker:
8383
name: Sanity test (Gtests)

0 commit comments

Comments
 (0)