Skip to content

Commit

Permalink
another one
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanCheshire committed Jul 1, 2024
1 parent e1afa17 commit a31c9ce
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ jobs:
sudo launchctl kickstart -kp system/com.apple.audio.coreaudiod
ls /Library/Audio/Plug-Ins/HAL/
- name: Verify BlackHole Setup
if: matrix.os == 'macos-latest'
run: ls /Library/Audio/Plug-Ins/HAL/

- name: Install Scream on Windows
if: matrix.os == 'windows-latest'
shell: powershell
Expand Down Expand Up @@ -85,10 +89,6 @@ jobs:
pactl list modules
aplay -l
- name: Verify BlackHole Setup
if: matrix.os == 'macos-latest'
run: ls /Library/Audio/Plug-Ins/HAL/

- name: Verify Scream Setup
if: matrix.os == 'windows-latest'
run: sc query audiosrv
Expand Down

0 comments on commit a31c9ce

Please sign in to comment.