Skip to content

Commit

Permalink
ci: switch back to Swatinem/rust-cache (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
holtgrewe authored Apr 21, 2023
1 parent 3c8543f commit 54024d0
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,7 @@ jobs:
- name: Install flatbuffers
uses: ./.github/actions/install-flatbuffers

# - uses: Swatinem/[email protected]
# 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
Expand Down Expand Up @@ -103,12 +98,7 @@ jobs:
- name: Install flatbuffers
uses: ./.github/actions/install-flatbuffers

# - uses: Swatinem/[email protected]
# 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/[email protected]
Expand Down

0 comments on commit 54024d0

Please sign in to comment.