chore: fix CI

This commit is contained in:
Vukašin Vojinović 2025-12-19 12:26:19 +01:00 committed by Michael Murphy
parent 018a326f89
commit 6c0759f34a

View file

@ -19,11 +19,11 @@ jobs:
- uses: actions/checkout@v5 - uses: actions/checkout@v5
- uses: dtolnay/rust-toolchain@master - uses: dtolnay/rust-toolchain@master
with: with:
toolchain: 1.85.1 toolchain: 1.90.0
components: clippy components: clippy
- name: install dependencies - 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 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 - uses: actions-rs-plus/clippy-check@v2
with: with:
toolchain: 1.85.1 toolchain: 1.90.0
args: --all --all-targets --all-features args: --all --all-targets --all-features