Skip to content

Commit

Permalink
Updated CI
Browse files Browse the repository at this point in the history
  • Loading branch information
TheFelidae committed Dec 13, 2024
1 parent 28c7f2c commit 6f3012b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cargo_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v4

- name: Install system dependencies
run: sudo apt-get install -y libalsa-dev libudev-dev

- name: Cache dependencies
uses: actions/cache@v2
with:
Expand Down

0 comments on commit 6f3012b

Please sign in to comment.