Skip to content

Commit

Permalink
Added missing CI package.
Browse files Browse the repository at this point in the history
  • Loading branch information
dragostis committed Nov 7, 2023
1 parent 80cf890 commit b98ee96
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
- uses: actions/checkout@v4
- uses: dtolnay/[email protected]
- uses: Swatinem/rust-cache@v2
- run: sudo apt install -y libasound2-dev
- run: cargo check --all

test:
Expand All @@ -21,6 +22,7 @@ jobs:
- uses: actions/checkout@v4
- uses: dtolnay/[email protected]
- uses: Swatinem/rust-cache@v2
- run: sudo apt install -y libasound2-dev
- run: cargo test --all

fmt:
Expand All @@ -41,4 +43,5 @@ jobs:
with:
components: clippy
- uses: Swatinem/rust-cache@v2
- run: sudo apt install -y libasound2-dev
- run: cargo clippy --all -- -D warnings

0 comments on commit b98ee96

Please sign in to comment.