Skip to content

Commit

Permalink
👷 Install libudev-dev on CI environment.
Browse files Browse the repository at this point in the history
  • Loading branch information
langyo committed Nov 16, 2024
1 parent 72e3b64 commit 54c65ab
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
- name: Checkout Project
uses: actions/checkout@v3

- name: Install libasound2-dev
run: sudo apt-get install libasound2-dev
- name: Install apt dependencies
run: sudo apt-get install libasound2-dev libudev-dev

- name: Setup Rust
uses: dtolnay/rust-toolchain@nightly
Expand All @@ -32,8 +32,8 @@ jobs:
- name: Checkout Project
uses: actions/checkout@v3

- name: Install libasound2-dev
run: sudo apt-get install libasound2-dev
- name: Install apt dependencies
run: sudo apt-get install libasound2-dev libudev-dev

- name: Setup Rust
uses: dtolnay/rust-toolchain@stable
Expand All @@ -55,8 +55,8 @@ jobs:
- name: Checkout Project
uses: actions/checkout@v3

- name: Install libasound2-dev
run: sudo apt-get install libasound2-dev
- name: Install apt dependencies
run: sudo apt-get install libasound2-dev libudev-dev

- name: Setup Rust
uses: dtolnay/rust-toolchain@stable
Expand Down

0 comments on commit 54c65ab

Please sign in to comment.