Skip to content

Commit

Permalink
wip: tune build configuration for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
berkus committed Feb 25, 2024
1 parent a7fbcc6 commit fc2effd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
name: Check
runs-on: ubuntu-latest
steps:
- name: Install required packages
run: |
sudo apt-get install libasound2-dev libudev-dev
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
Expand Down Expand Up @@ -44,6 +47,9 @@ jobs:
name: Clippy
runs-on: ubuntu-latest
steps:
- name: Install required packages
run: |
sudo apt-get install libasound2-dev libudev-dev
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
RUSTDOCFLAGS: -Cpanic=abort
runs-on: ubuntu-latest
steps:
- name: Install required packages
run: |
sudo apt-get install libasound2-dev libudev-dev
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
Expand Down

0 comments on commit fc2effd

Please sign in to comment.