Ensure cache is valid... again

This commit is contained in:
lights0123 2021-04-05 17:33:32 -04:00 committed by Ben Schattinger
parent 39b65ccacc
commit d916322998
2 changed files with 2 additions and 2 deletions

View file

@ -61,7 +61,7 @@ jobs:
run: yarn
- name: ensure cache is valid
if: runner.os != 'Windows'
run: cargo check || rm -rf ~/.cargo/registry
run: cargo build --release || rm -rf ~/.cargo/registry
working-directory: ./desktop/src-tauri
- uses: tauri-apps/tauri-action@v0
env:

View file

@ -85,7 +85,7 @@ jobs:
run: yarn
- name: ensure cache is valid
if: runner.os != 'Windows'
run: cargo check || rm -rf ~/.cargo/registry
run: cargo build --release || rm -rf ~/.cargo/registry
working-directory: ./desktop/src-tauri
- uses: tauri-apps/tauri-action@v0
env: