Skip to content

Commit

Permalink
only install dependencies when on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
tigerplush committed Oct 9, 2024
1 parent 87e08a5 commit 2d9b985
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
- name: Install Dependencies
run: sudo apt-get update; sudo apt-get install --no-install-recommends libasound2-dev libudev-dev
if: ${{ runner.os == 'linux' }}
- name: Build
run: cargo build

0 comments on commit 2d9b985

Please sign in to comment.