Fix ci test

This commit is contained in:
Ian Douglas Scott 2025-02-04 12:17:12 -08:00 committed by Ian Douglas Scott
parent 4dc6f8b99f
commit fd15399141

View file

@ -22,7 +22,7 @@ jobs:
toolchain: 1.80.1
components: clippy
- name: install dependencies
run: sudo apt install -y libxkbcommon-dev libwayland-dev libdbus-1-dev libpulse-dev libinput-dev
run: sudo apt update && sudo apt install -y libxkbcommon-dev libwayland-dev libdbus-1-dev libpulse-dev libinput-dev
- uses: actions-rs-plus/clippy-check@v2
with:
toolchain: 1.80.1