This commit is contained in:
Ashley Wulber 2026-05-12 14:32:26 -04:00 committed by Ashley Wulber
parent 78a6f78621
commit 666f0110d6

View file

@ -19,11 +19,11 @@ jobs:
- uses: actions/checkout@v5
- uses: dtolnay/rust-toolchain@master
with:
toolchain: 1.90.0
toolchain: 1.93.1
components: clippy
- name: install dependencies
run: sudo apt update && sudo apt install -y libxkbcommon-dev libwayland-dev libdbus-1-dev libpulse-dev libpipewire-0.3-dev libinput-dev
- uses: actions-rs-plus/clippy-check@v2
with:
toolchain: 1.90.0
toolchain: 1.93.1
args: --all --all-targets --all-features