Skip to content

Commit

Permalink
CI: Missing cuda.h
Browse files Browse the repository at this point in the history
  • Loading branch information
lukstafi committed May 9, 2024
1 parent 10d4df8 commit 99c8b87
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: '["nvrtc", "nvrtc-dev"]'
sub-packages: '[ "cudart", "cudart-dev", "nvrtc", "nvrtc-dev"]'
# cuda: '12.4.1'
- uses: ocaml/setup-ocaml@v2
with:
Expand Down

0 comments on commit 99c8b87

Please sign in to comment.