diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b6917dc..b505b24 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,9 @@ jobs: - name: install Rust stable uses: dtolnay/rust-toolchain@stable + - run: cd src-tauri - uses: Swatinem/rust-cache@v2 + - run: cd .. - name: install dependencies (ubuntu only) if: matrix.platform == 'ubuntu-20.04'