Skip to content

Commit

Permalink
libudev
Browse files Browse the repository at this point in the history
  • Loading branch information
friend0 committed Dec 15, 2024
1 parent baf2f09 commit d8531fe
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
restore-keys: |
${{ runner.os }}-cargo-build-
- name: Run only on Ubuntu
- name: Install rerun requirements on Ubuntu
if: matrix.os == 'ubuntu-latest'
run: |
sudo apt-get -y install \
Expand All @@ -48,7 +48,8 @@ jobs:
libxcb-shape0-dev \
libxcb-xfixes0-dev \
libxkbcommon-dev \
patchelf
patchelf \
libudev-dev
- name: Build
run: cargo build --verbose
Expand Down

0 comments on commit d8531fe

Please sign in to comment.