mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-08 06:09:58 +00:00
CI: Remove Microphone access step for macOS
This no longer seems to be necessary.
This commit is contained in:
parent
0dc2fb3781
commit
d6761ab251
Notes:
github-actions[bot]
2025-08-12 12:32:52 +00:00
Author: https://github.com/gmta
Commit: d6761ab251
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5832
1 changed files with 0 additions and 5 deletions
5
.github/workflows/lagom-template.yml
vendored
5
.github/workflows/lagom-template.yml
vendored
|
|
@ -120,11 +120,6 @@ jobs:
|
|||
echo "CC=${{ steps.build-parameters.outputs.host_cc }}" >> "$GITHUB_ENV"
|
||||
echo "CXX=${{ steps.build-parameters.outputs.host_cxx }}" >> "$GITHUB_ENV"
|
||||
|
||||
# https://github.com/actions/runner-images/issues/9330
|
||||
- name: Enable Microphone Access (macOS 14)
|
||||
if: ${{ inputs.os_name == 'macOS' }}
|
||||
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: Create Build Environment
|
||||
if: ${{ inputs.os_name != 'Windows' && inputs.build_preset != 'Fuzzers' }}
|
||||
working-directory: ${{ github.workspace }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue