From 534011fb4a7c2e34d1a3cb5f538b02f3d099923e Mon Sep 17 00:00:00 2001 From: Manuel Holtgrewe Date: Fri, 21 Apr 2023 09:31:11 +0200 Subject: [PATCH] ci: switch back to Swatinem/rust-cache (#56) --- .github/workflows/rust.yml | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index af186e11..e8a5c3ac 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -49,12 +49,7 @@ jobs: - name: Install flatbuffers uses: ./.github/actions/install-flatbuffers - # - uses: Swatinem/rust-cache@v1.3.0 - # Enable caching of the 'librocksdb-sys' crate by additionally caching the - # 'librocksdb-sys' src directory which is managed by cargo - - uses: bmwill/rust-cache@v1 # Fork of 'Swatinem/rust-cache' which allows caching additional paths - with: - path: ~/.cargo/registry/src/**/librocksdb-sys-* + - uses: Swatinem/rust-cache@v2 - name: Lint with clippy uses: actions-rs/clippy-check@v1 @@ -103,12 +98,7 @@ jobs: - name: Install flatbuffers uses: ./.github/actions/install-flatbuffers - # - uses: Swatinem/rust-cache@v1.3.0 - # Enable caching of the 'librocksdb-sys' crate by additionally caching the - # 'librocksdb-sys' src directory which is managed by cargo - - uses: bmwill/rust-cache@v1 # Fork of 'Swatinem/rust-cache' which allows caching additional paths - with: - path: ~/.cargo/registry/src/**/librocksdb-sys-* + - uses: Swatinem/rust-cache@v2 - name: Run cargo-tarpaulin with fast tests uses: actions-rs/tarpaulin@v0.1