We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f0d003 commit 683024fCopy full SHA for 683024f
.github/workflows/ci.yml
@@ -32,10 +32,6 @@ jobs:
32
toolchain: ${{ matrix.rust }}
33
- run: sudo apt-get -y install libmetis-dev libclang-dev
34
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 }}
39
- name: Run Check
40
run: cargo check --features ${{ matrix.features }} --no-default-features
41
- name: Run Clippy
0 commit comments