diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index dee38bf..a2d15a1 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -13,6 +13,16 @@ 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: