Skip to content

Commit

Permalink
fix: corrected deps in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhexists authored Nov 23, 2024
1 parent 387e691 commit 6de4974
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,14 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: Check out repository
uses: actions/checkout@v4

- name: Install ALSA development library
run: sudo apt-get update && sudo apt-get install -y libasound2-dev

- name: Build
run: cargo build --verbose

- name: Run tests
run: cargo test --verbose

0 comments on commit 6de4974

Please sign in to comment.