From 53eb6b24b23a3f9c427b7ed5edef91c8a1396e69 Mon Sep 17 00:00:00 2001 From: Gustavo Gonzalez Date: Tue, 23 Jul 2024 08:39:14 -0400 Subject: [PATCH] + --- .github/workflows/coverage.yml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 6194f6ec0b..8e0e2d37f8 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -34,21 +34,21 @@ jobs: with: submodules: true - - name: Cache cargo registry & git sources - uses: actions/cache@v4 - with: - path: | - ~/.cargo/bin/ - ~/.cargo/registry/ - ~/.cargo/git/db/ - key: ${{ runner.os }}-cargo-unittest-${{ hashFiles('**/Cargo.lock') }} - restore-keys: | - ${{ runner.os }}-cargo-unittest-${{ hashFiles('**/Cargo.lock') }} - ${{ runner.os }}-cargo-unittest- - ${{ runner.os }}-cargo- + # - name: Cache cargo registry & git sources + # uses: actions/cache@v4 + # with: + # path: | + # ~/.cargo/bin/ + # ~/.cargo/registry/ + # ~/.cargo/git/db/ + # key: ${{ runner.os }}-cargo-unittest-${{ hashFiles('**/Cargo.lock') }} + # restore-keys: | + # ${{ runner.os }}-cargo-unittest-${{ hashFiles('**/Cargo.lock') }} + # ${{ runner.os }}-cargo-unittest- + # ${{ runner.os }}-cargo- - - name: Run sccache - uses: mozilla-actions/sccache-action@v0.0.4 + # - name: Run sccache + # uses: mozilla-actions/sccache-action@v0.0.4 - name: Install stable uses: dtolnay/rust-toolchain@stable