Loading .github/workflows/ci.yml +2 −0 Original line number Diff line number Diff line Loading @@ -40,6 +40,8 @@ jobs: with: path: ~/.cargo/registry/cache key: registry-${{ runner.os }}-${{ steps.rust-version.outputs.version }}-${{ hashFiles('Cargo.lock') }} - name: Fetch dependencies run: cargo fetch - name: Cache target directory uses: actions/cache@v1 with: Loading Loading
.github/workflows/ci.yml +2 −0 Original line number Diff line number Diff line Loading @@ -40,6 +40,8 @@ jobs: with: path: ~/.cargo/registry/cache key: registry-${{ runner.os }}-${{ steps.rust-version.outputs.version }}-${{ hashFiles('Cargo.lock') }} - name: Fetch dependencies run: cargo fetch - name: Cache target directory uses: actions/cache@v1 with: Loading