diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index a2d15a1..dee38bf 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -13,16 +13,6 @@ env: RUSTFLAGS: "-Dwarnings" jobs: - clippy: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - - name: Update repos - run: sudo apt-get update -qq - - name: Install toolchain - run: sudo apt-get install -qy cargo rust-clippy liblzma-dev gcc make pkgconf - build-gnu-apt: runs-on: ubuntu-latest steps: