Ensure cache is valid: bump cache key

This commit is contained in:
lights0123 2021-04-05 17:59:56 -04:00 committed by Ben Schattinger
parent 3babaa92e8
commit 0c85583772
2 changed files with 2 additions and 2 deletions

View file

@ -38,7 +38,7 @@ jobs:
~/.cargo/git
~/.cargo/bin
desktop/src-tauri/target
key: ${{ matrix.platform }}-cargo-v2-${{ hashFiles('**/Cargo.lock') }}
key: ${{ matrix.platform }}-cargo-v3-${{ hashFiles('**/Cargo.lock') }}
restore-keys: |
${{ matrix.platform }}-cargo-
- name: setup node

View file

@ -62,7 +62,7 @@ jobs:
~/.cargo/git
~/.cargo/bin
desktop/src-tauri/target
key: ${{ matrix.platform }}-cargo-v2-${{ hashFiles('**/Cargo.lock') }}
key: ${{ matrix.platform }}-cargo-v3-${{ hashFiles('**/Cargo.lock') }}
restore-keys: |
${{ matrix.platform }}-cargo-
- name: setup node