From 6eda7e4e655eb30a070f70d79b1103ffc289c932 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Crozet?= Date: Tue, 23 Nov 2021 13:15:17 +0100 Subject: [PATCH] CI: install the CUDA toolkit --- .github/workflows/nalgebra-ci-build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/nalgebra-ci-build.yml b/.github/workflows/nalgebra-ci-build.yml index dd8d23bb..ba0acf5e 100644 --- a/.github/workflows/nalgebra-ci-build.yml +++ b/.github/workflows/nalgebra-ci-build.yml @@ -28,6 +28,8 @@ jobs: runs-on: ubuntu-latest # env: # RUSTFLAGS: -D warnings + - uses: Jimver/cuda-toolkit@v0.2.4 + id: cuda-toolkit steps: - uses: actions/checkout@v2 - name: Build --no-default-feature