Skip to content

Commit

Permalink
GitHub CI: fails, experimenting (3)...
Browse files Browse the repository at this point in the history
  • Loading branch information
lukstafi committed May 8, 2024
1 parent 1305eb3 commit 11c8588
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,14 @@ jobs:
method: network
sub-packages: '["cudart"]'
# cuda: '12.4.1'
- run: ls /usr
- run: ls /usr/local
- run: ls $CUDA_PATH
- uses: ocaml/setup-ocaml@v2
with:
ocaml-compiler: ${{ matrix.ocaml-compiler }}
dune-cache: true
allow-prerelease-opam: true
- run: ls $CUDA_PATH/include
- run: opam pin -n .
- run: opam depext -yt cudajit
- run: opam install . --deps-only --with-test --with-doc
Expand Down

0 comments on commit 11c8588

Please sign in to comment.