Skip to content

Commit 683024f

Browse files
Remove 'rust-cache' usage in CI configuration.
1 parent 3f0d003 commit 683024f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,6 @@ jobs:
3232
toolchain: ${{ matrix.rust }}
3333
- run: sudo apt-get -y install libmetis-dev libclang-dev
3434
if: matrix.features == 'use-system'
35-
- uses: Swatinem/rust-cache@v2
36-
with:
37-
key: ${{ runner.os }}-rust-${{ matrix.rust }}-${{ matrix.features }}
38-
restore-keys: ${{ runner.os }}-rust-${{ matrix.rust }}-${{ matrix.features }}
3935
- name: Run Check
4036
run: cargo check --features ${{ matrix.features }} --no-default-features
4137
- name: Run Clippy

0 commit comments

Comments
 (0)