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 4145c67 commit c7cea73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos14.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- 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);"
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);"
- name: Show tccDB after change
run: |
Expand Down

0 comments on commit c7cea73

Please sign in to comment.