Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Commit

Permalink
fix: ci deps
Browse files Browse the repository at this point in the history
  • Loading branch information
simbleau committed Jan 7, 2024
1 parent 9d3c6c8 commit b6d3454
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ jobs:
- name: Setup | Checkout
uses: actions/checkout@v4

- name: Setup | Ubuntu dependencies
run: sudo apt install libasound2-dev libudev-dev pkg-config

- name: Setup | Toolchain
uses: dtolnay/rust-toolchain@stable
with:
Expand Down

0 comments on commit b6d3454

Please sign in to comment.