Ensure cache is valid... again

This commit is contained in:
lights0123 2021-04-05 17:33:32 -04:00
parent f90d912568
commit 6823ee76f6
No known key found for this signature in database
GPG key ID: 28F315322E37972F
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: