Skip to content

Commit

Permalink
invalidate action cache
Browse files Browse the repository at this point in the history
  • Loading branch information
ire4ever1190 authored Aug 16, 2024
1 parent 99128e5 commit e4573f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: actions/cache@v1
with:
path: ~/.nimble
key: ${{ runner.os }}-nimble-v2-${{ matrix.nim }}-${{ hashFiles('dimscmd.nimble') }}
key: nimble-v2-${{ matrix.nim }}-${{ hashFiles('dimscmd.nimble') }}

- uses: jiro4989/setup-nim-action@v1
with:
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
uses: actions/cache@v1
with:
path: ~/.nimble
key: ${{ runner.os }}-nimble-v2-stable-${{ hashFiles('dimscmd.nimble') }}
key: nimble-v2-stable-${{ hashFiles('dimscmd.nimble') }}

- uses: jiro4989/setup-nim-action@v2
with:
Expand Down

0 comments on commit e4573f8

Please sign in to comment.