diff --git a/.github/workflows/clippy.yml b/.github/workflows/clippy.yml index 75476b79..e3285bb8 100644 --- a/.github/workflows/clippy.yml +++ b/.github/workflows/clippy.yml @@ -9,10 +9,5 @@ jobs: rust-version: stable components: clippy - uses: actions/checkout@master - - name: Install dependencies - run: | - export DEBIAN_FRONTED=noninteractive - sudo apt-get -qq update - sudo apt-get install -y libxkbcommon-dev libgtk-3-dev - name: Check lints - run: cargo lint + run: cargo clippy