Skip to content

Commit

Permalink
Since vb-audio-cable doesn't have a choco installer, try downloading …
Browse files Browse the repository at this point in the history
…and running installer directly.
  • Loading branch information
tombogle committed Dec 3, 2024
1 parent 269b695 commit 0eaa2e9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,10 @@ jobs:
timeout-minutes: 5

- name: Install Virtual Audio Cable
run: choco install vb-audio-cable
shell: powershell
run: |
curl -o "VBCable_Setup.exe" "https://www.vb-audio.com/Download/VBCable_Setup.exe"
Start-Process -FilePath ".\VBCable_Setup.exe" -ArgumentList "/silent" -NoNewWindow -Wait
- name: Start Windows Audio Service
run: net start audiosrv
Expand Down

0 comments on commit 0eaa2e9

Please sign in to comment.