We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Jimver/cuda-toolkit
1 parent 126737c commit ac28b79Copy full SHA for ac28b79
.github/workflows/cmake-action.yml
@@ -19,7 +19,7 @@ jobs:
19
runs-on: ubuntu-latest
20
21
steps:
22
- - uses: Jimver/[email protected].11
+ - uses: Jimver/[email protected].22
23
id: cuda-toolkit
24
with:
25
method: network
.github/workflows/cmake.yml
@@ -13,16 +13,16 @@ jobs:
13
build-cuda:
14
uses: ./.github/workflows/cmake-action.yml
15
16
- cuda-version: "12.2.0"
+ cuda-version: "12.8.0"
17
18
- build-cuda-11-7:
+ build-cuda-12-3:
needs: build-cuda
- cuda-version: "11.7.0"
+ cuda-version: "12.3.0"
- build-cuda-12-0:
+ build-cuda-12-5:
26
27
28
- cuda-version: "12.0.0"
+ cuda-version: "12.5.0"
0 commit comments