Skip to content

Commit

Permalink
Try 2
Browse files Browse the repository at this point in the history
  • Loading branch information
padenot committed Apr 24, 2023
1 parent 70f3757 commit ed5b938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
if: matrix.os == 'ubuntu-20.04'

- name: Install virtual audio devices (Windows
run: git clone https://github.com/LABSN/sound-ci-helpers && (cd sound-ci-helpers && ./auto.sh) && net start audiosrv
run: git clone https://github.com/LABSN/sound-ci-helpers && powershell sound-ci-helpers/windows/setup_sound.ps1 && net start audiosrv
if: ${{ matrix.os == 'windows-2019' }}

- name: Configure CMake
Expand Down

0 comments on commit ed5b938

Please sign in to comment.