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 c7cea73 commit b7e7488
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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 OR IGNORE INTO access VALUES ('kTCCServiceMicrophone','/usr/local/opt/runner/provisioner/provisioner',1,2,4,1,NULL,NULL,0,'UNUSED',NULL,0,1687786159);"
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 tccDB after change
run: |
Expand All @@ -28,7 +28,7 @@ jobs:
- name: Play a sound
timeout-minutes: 3
run: |
(sleep 10; screencapture debugscreen_${{ matrix.runner }}.png) &
(sleep 10; screencapture debugscreen.png) &
afplay /System/Library/Sounds/Funk.aiff
sleep 20
Expand Down

0 comments on commit b7e7488

Please sign in to comment.