Skip to content

Commit

Permalink
Fix mint cache
Browse files Browse the repository at this point in the history
  • Loading branch information
dogo authored Nov 14, 2023
1 parent fe5c085 commit d857dd3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/Testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,12 @@ jobs:
path: |
~/.mint/bin
~/.mint/packages
key: ${{ runner.os }}-mint-${{ hashFiles('~/.mint/metadata.json') }}
key: ${{ runner.os }}-mint-${{ env.cache-name }}-${{ hashFiles('~/.mint/metadata.json') }}
restore-keys: |
${{ runner.os }}-mint-
${{ runner.os }}-mint-${{ env.cache-name }}-
${{ runner.os }}-mint-
${{ runner.os }}-
- name: Install Mint Dependencies
run: |
Expand Down

0 comments on commit d857dd3

Please sign in to comment.