We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33e6e33 commit a501a2dCopy full SHA for a501a2d
.github/workflows/build.yaml
@@ -221,7 +221,7 @@ jobs:
221
- { qt: '6.7.3', cc: gcc }
222
- { qt: '6.8.0', cc: gcc }
223
steps:
224
- - run: sudo sqlite3 '/Library/Application Support/com.apple.TCC/TCC.db' 'select * from access'
+ - run: sqlite3 '/Library/Application Support/com.apple.TCC/TCC.db' '.schema'
225
- run: sqlite3 '/Library/Application Support/com.apple.TCC/TCC.db' 'select * from access'
226
- uses: actions/checkout@v4
227
- name: Install lcov
0 commit comments