Skip to content

Commit

Permalink
Fix missing dependency in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
aurexav committed Jul 12, 2024
1 parent a75c832 commit afd587d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,10 @@ jobs:
uses: actions/checkout@v4
- name: Setup build environment
if: matrix.action != 'fmt'
run: rustup show
run: |
rustup show
sudo apt-get update
sudo apt-get install libasound2-dev
- uses: Swatinem/rust-cache@v2
if: matrix.action != 'fmt'
with:
Expand Down

0 comments on commit afd587d

Please sign in to comment.