Skip to content

Commit 7c193f1

Browse files
committed
tweak cache restore keys
1 parent 48d3aaf commit 7c193f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/unit-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
~/go/pkg/mod
2828
key: cache-${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('mise.lock') }}-${{ hashFiles('tools/tools.conf', '**/go.sum') }}
2929
restore-keys: |
30-
cache-${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('mise.lock') }}
31-
cache-${{ runner.os }}-${{ runner.arch }}
30+
cache-${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('mise.lock') }}-
31+
cache-${{ runner.os }}-${{ runner.arch }}-
3232
3333
- uses: jdx/mise-action@v3
3434
with:

0 commit comments

Comments
 (0)