Skip to content

Commit

Permalink
rm module-null-sink name & description
Browse files Browse the repository at this point in the history
  • Loading branch information
albho committed Jul 10, 2024
1 parent 13b4527 commit 25f11b9
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
sudo apt-get update
sudo apt-get install -y pulseaudio
pulseaudio --check || pulseaudio --start
pactl load-module module-null-sink sink_name=vspeaker sink_properties=device.description=virtual_speaker
pactl load-module module-null-sink
- name: Test
run: yarn test
Expand Down Expand Up @@ -91,12 +91,14 @@ jobs:
if: matrix.machine == 'rpi3-32' ||
matrix.machine == 'rpi3-64' ||
matrix.machine == 'rpi4-32' ||
matrix.machine == 'rpi4-64'
matrix.machine == 'rpi4-64' ||
matrix.machine == 'rpi5-32' ||
matrix.machine == 'rpi5-64'
run: |
sudo apt-get update
sudo apt-get install -y pulseaudio
pulseaudio --check || pulseaudio --start
pactl load-module module-null-sink sink_name=vspeaker sink_properties=device.description=virtual_speaker
pactl load-module module-null-sink
- name: Test
run: yarn test

0 comments on commit 25f11b9

Please sign in to comment.