Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit 76806fb

Browse files
authored
Merge pull request #70 from JSKitty/master
Use the latest CUDA Toolkit runner
2 parents 4d91979 + 038389d commit 76806fb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,8 @@ jobs:
5252
5353
- name: Install CUDA Toolkit (Windows)
5454
if: matrix.platform == 'windows-latest'
55-
uses: Jimver/cuda-toolkit@v0.2.11
55+
uses: Jimver/cuda-toolkit@v0.2.25
5656
with:
57-
cuda: '12.9.0'
5857
method: 'network'
5958

6059
- name: install frontend dependencies

0 commit comments

Comments
 (0)