We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3faa4a8 commit ac2aa58Copy full SHA for ac2aa58
.github/workflows/build.yml
@@ -34,6 +34,7 @@ jobs:
34
- name: Set up Linux audio system
35
if: runner.os == 'Linux'
36
run: |
37
+ sudo apt-get update
38
sudo apt-get install -y pulseaudio libpulse-dev libasound2-dev libudev-dev libv4l-dev
39
# Required for testing
40
pulseaudio --start
.github/workflows/release.yml
@@ -26,6 +26,7 @@ jobs:
26
27
28
29
30
31
32
0 commit comments