We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edf8eee commit 64b2982Copy full SHA for 64b2982
1 file changed
.github/workflows/codecov.yml
@@ -16,6 +16,8 @@ jobs:
16
17
- name: Install ALSA development files
18
run: sudo apt-get update && sudo apt-get install -y libasound2-dev
19
+ - name: Install pkg-config
20
+ run: sudo apt-get install -y pkg-config
21
22
- name: Build and test
23
run: cargo test --workspace --all-targets
0 commit comments