Skip to content

Commit

Permalink
Fixes #3: actually just use cuda-runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
lukstafi committed May 9, 2024
1 parent aff91e0 commit 17b0705
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,7 @@ jobs:
id: cuda-toolkit
with:
method: network
# FIXME(#3): Unfortunately, we cannot restrict the subpackages because of:
# https://github.com/Jimver/cuda-toolkit/issues/344
# sub-packages: '[ "cudart", "cudart-dev", "nvrtc", "nvrtc-dev" ]'
# non-cuda-sub-packages: '[ "cuda-drivers_520.61.05" ]'
sub-packages: '[ "cudart", "cudart-dev", "runtime", "nvrtc", "nvrtc-dev" ]'
- uses: ocaml/setup-ocaml@v2
with:
ocaml-compiler: ${{ matrix.ocaml-compiler }}
Expand Down

0 comments on commit 17b0705

Please sign in to comment.