Skip to content

Commit

Permalink
Update macos14.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sergei-pyshnoi committed Feb 12, 2024
1 parent 0108d79 commit 4145c67
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/macos14.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@ jobs:
run: |
sqlite3 $HOME/Library/Application\ Support/com.apple.TCC/TCC.db "SELECT * FROM access;"
- name: Grant microphone access
run: |
sqlite3 $HOME/Library/Application\ Support/com.apple.TCC/TCC.db "INSERT INTO access (service, client, client_type, allowed, prompt_count, csreq, policy_id) VALUES ('kTCCServiceMicrophone', '/usr/local/opt/runner/provisioner/provisioner', '0', '1', '1', '', NULL);"
- name: Show tccDB after change
run: |
sqlite3 $HOME/Library/Application\ Support/com.apple.TCC/TCC.db "SELECT * FROM access;"
- name: Play a sound
timeout-minutes: 3
run: |
Expand Down

0 comments on commit 4145c67

Please sign in to comment.