Skip to content

Commit

Permalink
Merge pull request #412 from NexaAI/yifei/update-workflow
Browse files Browse the repository at this point in the history
Windows CUDA Workflow Update: Fix build error due to Using deprecated actions
  • Loading branch information
Davidqian123 authored Mar 6, 2025
2 parents 2b3996c + d96b759 commit c9405f6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-wheels-cuda-win.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,7 @@ jobs:

- name: VS Integration Cache
id: vs-integration-cache
if: runner.os == 'Windows'
uses: actions/cache@v4.0.2
uses: actions/cache@v4
with:
path: ./MSBuildExtensions
key: cuda-${{ matrix.cuda }}-vs-integration
Expand Down

0 comments on commit c9405f6

Please # to comment.