Skip to content

Commit

Permalink
Update linux.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaschan authored Mar 23, 2024
1 parent 4ab9f33 commit b01cb97
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: apt-get install -y libasound2-dev
- name: Build
run: cargo build --verbose
- name: Test
Expand Down

0 comments on commit b01cb97

Please sign in to comment.