diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5b5e246e..819c548d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -114,6 +114,7 @@ jobs: target/*/build target/*/deps key: ${{ matrix.config.target }}-${{ matrix.config.variant }}-${{ hashFiles('Cargo.lock') }} + restore-keys: ${{ matrix.config.target }}-${{ matrix.config.variant }}- - name: Install and start sccache shell: pwsh