Skip to content

Commit ab4af16

Browse files
authored
Fix cuda toolkit installation in CI (Rust-GPU#147)
1 parent 5db35d2 commit ab4af16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/rust.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: actions/checkout@v2
3434

3535
- name: Install CUDA
36-
uses: Jimver/cuda-toolkit@v0.2.4
36+
uses: Jimver/cuda-toolkit@v0.2.21
3737
id: cuda-toolkit
3838
with:
3939
cuda: '11.2.2'
@@ -74,4 +74,4 @@ jobs:
7474
- name: Check documentation
7575
env:
7676
RUSTDOCFLAGS: -Dwarnings
77-
run: cargo doc --workspace --all-features --document-private-items --no-deps --exclude "optix" --exclude "path_tracer" --exclude "denoiser" --exclude "add" --exclude "ex*"
77+
run: cargo doc --workspace --all-features --document-private-items --no-deps --exclude "optix" --exclude "path_tracer" --exclude "denoiser" --exclude "add" --exclude "ex*"

0 commit comments

Comments
 (0)