Skip to content

Commit

Permalink
ci: fix cache key
Browse files Browse the repository at this point in the history
  • Loading branch information
jiro4989 committed Jul 6, 2024
1 parent dcee82f commit fb9a322
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_versioning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
uses: actions/cache@v4
with:
path: ~/.nimble
key: ${{ runner.os }}-nimble
key: ${{ runner.os }}-nimble-v2
restore-keys: |
${{ runner.os }}-nimble
${{ runner.os }}-nimble-v2
- uses: jiro4989/setup-nim-action@v2
with:
Expand Down

0 comments on commit fb9a322

Please sign in to comment.