Skip to content

Commit

Permalink
Fix ci test
Browse files Browse the repository at this point in the history
  • Loading branch information
ids1024 committed Feb 4, 2025
1 parent 7987a4e commit 41ea4d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 41ea4d2

Please sign in to comment.