Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bigspider committed Sep 18, 2024
1 parent 9303d3b commit 9143093
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ jobs:
target: x86_64-unknown-linux-gnu
components: rustfmt, clippy
profile: minimal
- name: Install libudev-dev and pkg-config
run: |
sudo apt-get update && sudo apt-get install -y libudev-dev pkg-config
- name: Clone
uses: actions/checkout@v4
- name: Unit tests
Expand Down Expand Up @@ -97,6 +100,9 @@ jobs:
target: x86_64-unknown-linux-gnu
components: rustfmt, clippy
profile: minimal
- name: Install libudev-dev and pkg-config
run: |
sudo apt-get update && sudo apt-get install -y libudev-dev pkg-config
- name: Clone
uses: actions/checkout@v4
- name: Unit tests
Expand Down

0 comments on commit 9143093

Please sign in to comment.