Skip to content

Commit

Permalink
CI: missing libcuda, experiment 4
Browse files Browse the repository at this point in the history
  • Loading branch information
lukstafi committed May 9, 2024
1 parent cb7b05d commit ae07ecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
id: cuda-toolkit
with:
method: network
sub-packages: '[ "cudart", "cudart-dev", "drivers_520", "nvrtc", "nvrtc-dev"]'
sub-packages: '[ "cudart", "cudart-dev", "drivers_520.61.05", "nvrtc", "nvrtc-dev"]'
# cuda: '12.4.1'
- uses: ocaml/setup-ocaml@v2
with:
Expand Down

0 comments on commit ae07ecc

Please sign in to comment.