Skip to content

Commit

Permalink
Fix clippy & test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
lbirkert committed Aug 8, 2023
1 parent d0df880 commit 6078d22
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
profile: minimal
toolchain: stable
override: true
- run: sudo apt-get update
- run: sudo apt-get install libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev libxkbcommon-dev libssl-dev libudev-dev libgtk-3-dev
- uses: actions-rs/cargo@v1
with:
Expand Down Expand Up @@ -68,6 +69,7 @@ jobs:
toolchain: stable
override: true
components: clippy
- run: sudo apt-get update
- run: sudo apt-get install libudev-dev libgtk-3-dev
- uses: actions-rs/cargo@v1
with:
Expand Down

0 comments on commit 6078d22

Please sign in to comment.