Skip to content

Commit 6ec4e64

Browse files
committed
Use the N-Storm/cuda-toolkit instead of Jimver/cuda-toolkit
1 parent 1e2cb67 commit 6ec4e64

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-wheels-cuda-win.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,11 @@ jobs:
6262

6363
# from kingbri1/flash-attention build-wheels.yml
6464
- name: Install CUDA ${{ matrix.cuda }}
65-
uses: Jimver/cuda-toolkit@v0.2.23
65+
uses: N-Storm/cuda-toolkit@v0.2.28
6666
id: cuda-toolkit
6767
with:
6868
cuda: "${{ matrix.cuda }}"
69+
use-github-cache: false
6970

7071
# from astral-sh/setup-uv
7172
- name: Install the latest version of uv and set the python version

0 commit comments

Comments
 (0)