Skip to content

Commit 11c83b6

Browse files
committed
Try granting Bluetooth access
1 parent a501a2d commit 11c83b6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,10 @@ jobs:
222222
- { qt: '6.8.0', cc: gcc }
223223
steps:
224224
- run: sqlite3 '/Library/Application Support/com.apple.TCC/TCC.db' '.schema'
225+
- run: >
226+
sqlite3 '/Library/Application Support/com.apple.TCC/TCC.db' "INSERT or REPLACE INTO
227+
access ( service, client, client_type, auth_value, auth_reason, auth_version )
228+
VALUES ( 'kTCCServiceBluetoothAlways', '/bin/bash', 1, 2, 0, 1 )"
225229
- run: sqlite3 '/Library/Application Support/com.apple.TCC/TCC.db' 'select * from access'
226230
- uses: actions/checkout@v4
227231
- name: Install lcov

0 commit comments

Comments
 (0)