From 924795be45d9478b42e39ca90442ec77fb0708ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Crozet?= Date: Fri, 13 Jan 2023 10:12:47 +0100 Subject: [PATCH] CI: use the newer version of Jimver/cuda-toolkit --- .github/workflows/nalgebra-ci-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nalgebra-ci-build.yml b/.github/workflows/nalgebra-ci-build.yml index d4f061d8..9e500084 100644 --- a/.github/workflows/nalgebra-ci-build.yml +++ b/.github/workflows/nalgebra-ci-build.yml @@ -50,7 +50,7 @@ jobs: runs-on: ubuntu-latest steps: # Needed because the --all-features build which enables cuda support. - - uses: Jimver/cuda-toolkit@v0.2.4 + - uses: Jimver/cuda-toolkit@v0.2.8 - uses: actions/checkout@v2 - run: cargo build --all-features; - run: cargo build -p nalgebra-glm --all-features; @@ -123,7 +123,7 @@ jobs: build-cuda: runs-on: ubuntu-latest steps: - - uses: Jimver/cuda-toolkit@v0.2.4 + - uses: Jimver/cuda-toolkit@v0.2.8 with: cuda: '11.5.0' - name: Install nightly-2021-12-04