CI: update the nightly version used for the cuda build

This commit is contained in:
Sébastien Crozet 2021-12-09 12:03:00 +01:00
parent e0a1b1bc34
commit 229c137756
1 changed files with 2 additions and 2 deletions

View File

@ -120,10 +120,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: Jimver/cuda-toolkit@v0.2.4
- name: Install nightly-2021-10-17
- name: Install nightly-2021-12-04
uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2021-10-17
toolchain: nightly-2021-12-04
override: true
- uses: actions/checkout@v2
- run: rustup target add nvptx64-nvidia-cuda