Skip to content

Commit

Permalink
Explicitly upgrade the cuda-toolchain in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
juntyr committed Oct 14, 2024
1 parent f1cbbeb commit a915a77
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

steps:
- name: Install CUDA
uses: Jimver/cuda-toolkit@v0.2
uses: Jimver/cuda-toolkit@v0.2.18
with:
method: network
use-github-cache: false
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:

steps:
- name: Install CUDA
uses: Jimver/cuda-toolkit@v0.2
uses: Jimver/cuda-toolkit@v0.2.18
with:
method: network
use-github-cache: false
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:

steps:
- name: Install CUDA
uses: Jimver/cuda-toolkit@v0.2
uses: Jimver/cuda-toolkit@v0.2.18
with:
method: network
use-github-cache: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install CUDA
uses: Jimver/cuda-toolkit@v0.2
uses: Jimver/cuda-toolkit@v0.2.18
with:
method: network
use-github-cache: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rustdoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

steps:
- name: Install CUDA
uses: Jimver/cuda-toolkit@v0.2
uses: Jimver/cuda-toolkit@v0.2.18
with:
method: network
use-github-cache: false
Expand Down

0 comments on commit a915a77

Please sign in to comment.