Skip to content

Commit edf8eee

Browse files
authored
Update codecov.yml
Add ALSA dips
1 parent 00bcf4f commit edf8eee

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/codecov.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,14 @@ permissions:
1212
jobs:
1313
coverage:
1414
runs-on: ubuntu-latest
15-
1615
steps:
16+
17+
- name: Install ALSA development files
18+
run: sudo apt-get update && sudo apt-get install -y libasound2-dev
19+
20+
- name: Build and test
21+
run: cargo test --workspace --all-targets
22+
1723
- name: Checkout code
1824
uses: actions/checkout@v3
1925

0 commit comments

Comments
 (0)