Skip to content

Commit

Permalink
ci: fix test jobs matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
SolarLiner committed Jul 26, 2024
1 parent ef40e2d commit 4478c81
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- name: Install dependencies
- name: Install dependencies (Linux)
if: ${{matrix.os == 'ubuntu-latest' }}
run: sudo apt install libasound2-dev
- name: Install Rust 1.80
uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit 4478c81

Please sign in to comment.