From 6b05dedf9c7b105d4153f33bfb6fac0281894e64 Mon Sep 17 00:00:00 2001 From: Christian Legnitto Date: Fri, 7 Mar 2025 15:02:02 -0400 Subject: [PATCH] Fix cuda toolkit installation in CI --- .github/workflows/rust.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 8f40b639..5ba7b6d7 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -33,7 +33,7 @@ jobs: uses: actions/checkout@v2 - name: Install CUDA - uses: Jimver/cuda-toolkit@v0.2.4 + uses: Jimver/cuda-toolkit@v0.2.21 id: cuda-toolkit with: cuda: '11.2.2' @@ -74,4 +74,4 @@ jobs: - name: Check documentation env: RUSTDOCFLAGS: -Dwarnings - run: cargo doc --workspace --all-features --document-private-items --no-deps --exclude "optix" --exclude "path_tracer" --exclude "denoiser" --exclude "add" --exclude "ex*" \ No newline at end of file + run: cargo doc --workspace --all-features --document-private-items --no-deps --exclude "optix" --exclude "path_tracer" --exclude "denoiser" --exclude "add" --exclude "ex*"