Skip to content

Commit

Permalink
Update nalgebra-ci-build.yml
Browse files Browse the repository at this point in the history
Update `build-cuda` rust nightly version
  • Loading branch information
zachs18 authored Dec 11, 2023
1 parent af3901a commit ea7db74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nalgebra-ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,10 +126,10 @@ jobs:
- uses: Jimver/[email protected]
with:
cuda: '11.5.0'
- name: Install nightly-2021-12-04
- name: Install nightly-2023-12-10
uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2021-12-04
toolchain: nightly-2023-12-10
override: true
- uses: actions/checkout@v2
- run: rustup target add nvptx64-nvidia-cuda
Expand Down

0 comments on commit ea7db74

Please sign in to comment.