Skip to content

Commit c9405f6

Browse files
authored
Merge pull request #412 from NexaAI/yifei/update-workflow
Windows CUDA Workflow Update: Fix build error due to Using deprecated actions
2 parents 2b3996c + d96b759 commit c9405f6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

+1-2
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,7 @@ jobs:
7272

7373
- name: VS Integration Cache
7474
id: vs-integration-cache
75-
if: runner.os == 'Windows'
76-
uses: actions/[email protected]
75+
uses: actions/cache@v4
7776
with:
7877
path: ./MSBuildExtensions
7978
key: cuda-${{ matrix.cuda }}-vs-integration

0 commit comments

Comments
 (0)