Skip to content

Commit

Permalink
Test sound on macOS
Browse files Browse the repository at this point in the history
Improve checking condition
  • Loading branch information
ichizok committed May 3, 2024
1 parent b5055dd commit 18651e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Install BlackHole-2ch
if: matrix.os == 'macos-12'
run: |
if ! [[ -d /Library/Audio/Plug-Ins/HAL ]]; then
if system_profiler -json SPAudioDataType | jq -er '.SPAudioDataType[]._items == []'; then
brew install blackhole-2ch
system_profiler -json SPAudioDataType || true
ls -l /Library/Audio/Plug-Ins/HAL || true
Expand Down

0 comments on commit 18651e2

Please sign in to comment.