Fix ci test
This commit is contained in:
parent
4dc6f8b99f
commit
fd15399141
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue