Skip to content

Commit

Permalink
ci: fix cache key issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ttytm committed Nov 12, 2024
1 parent 1c13fc9 commit dc3ffb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
path: |
~/v
~/.vmodules
key: ${{ runner.os }}-${{ github.sha }}
key: windows-latest-${{ github.sha }}

test:
needs: setup
Expand All @@ -46,7 +46,7 @@ jobs:
path: |
~/v
~/.vmodules
key: ${{ runner.os }}-${{ github.sha }}
key: windows-latest-${{ github.sha }}
fail-on-cache-miss: true
- name: Setup V
run: ~/v/v symlink
Expand Down

0 comments on commit dc3ffb9

Please # to comment.