Skip to content

Commit

Permalink
gha: grant microphone access on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
dyfer committed Dec 1, 2024
1 parent 7c0b782 commit 9f1dd06
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ jobs:
HOMEBREW_NO_INSTALL_CLEANUP: 1
run: brew install coreutils # to get 'timeout' utility

- name: Grant microphone access
run: |
sqlite3 $HOME/Library/Application\ Support/com.apple.TCC/TCC.db "INSERT OR IGNORE INTO access VALUES ('kTCCServiceMicrophone','net.sourceforge.supercollider',1,2,4,1,NULL,NULL,0,'UNUSED',NULL,0,1687786159,NULL,NULL,'UNUSED',1687786159);"
- name: Run tests
shell: bash
continue-on-error: true
Expand Down

0 comments on commit 9f1dd06

Please sign in to comment.