Skip to content

Commit 7e90c9a

Browse files
committed
update github action cuda-toolkit
1 parent a00385a commit 7e90c9a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/Ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
UbuntuRun:
55
runs-on: ubuntu-latest
66
steps:
7-
- uses: Jimver/[email protected].25
7+
- uses: Jimver/[email protected].29
88
id: cuda-toolkit
99
with:
1010
cuda: '12.5.0'

.github/workflows/Windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ jobs:
44
WindowsRun:
55
runs-on: windows-2022
66
steps:
7-
- uses: Jimver/[email protected].24
7+
- uses: Jimver/[email protected].29
88
id: cuda-toolkit
99
with:
10-
cuda: '12.4.0'
10+
cuda: '12.5.0'
1111
linux-local-args: '["--toolkit"]'
1212
use-local-cache: false
1313
use-github-cache: false

0 commit comments

Comments
 (0)