Skip to content

Commit

Permalink
Test sound on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
ichizok committed May 2, 2024
1 parent 6eccdaa commit 27455f0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ jobs:
if: matrix.os == 'macos-14'
run: sqlite3 $HOME/Library/Application\ Support/com.apple.TCC/TCC.db "INSERT OR IGNORE INTO access VALUES ('kTCCServiceMicrophone','/usr/local/opt/runner/provisioner/provisioner',1,2,4,1,NULL,NULL,0,'UNUSED',NULL,0,1687786159,NULL,NULL,'UNUSED',1687786159);"

- name: Show audio devices
run: system_profiler SPAudioDataType

- name: List audio plugins
run: ls -l /Library/Audio/Plug-Ins/HAL

Expand Down

0 comments on commit 27455f0

Please sign in to comment.