Skip to content

Commit

Permalink
try again for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
mscheltienne committed Sep 25, 2024
1 parent 22c66a6 commit 509fd22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/create-soundcard/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ runs:
if: ${{ runner.os == 'Linux' }}
shell: bash
run: |
sudo apt-get update
sudo apt-get install -y pulseaudio
sudo apt update
sudo apt install -y pulseaudio portaudio19-dev
pulseaudio --check || pulseaudio --start
pactl load-module module-null-sink sink_name=vspeaker sink_properties=device.description=virtual_speaker
pactl load-module module-remap-source master=vspeaker.monitor source_name=vmic source_properties=device.description=virtual_mic
Expand Down

0 comments on commit 509fd22

Please sign in to comment.