CI: Remove Microphone access step for macOS
This no longer seems to be necessary.
This commit is contained in:
parent
0dc2fb3781
commit
d6761ab251
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…
Reference in a new issue