Skip to content

Commit a501a2d

Browse files
committed
Get a look at the full schema
1 parent 33e6e33 commit a501a2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ jobs:
221221
- { qt: '6.7.3', cc: gcc }
222222
- { qt: '6.8.0', cc: gcc }
223223
steps:
224-
- run: sudo sqlite3 '/Library/Application Support/com.apple.TCC/TCC.db' 'select * from access'
224+
- run: sqlite3 '/Library/Application Support/com.apple.TCC/TCC.db' '.schema'
225225
- run: sqlite3 '/Library/Application Support/com.apple.TCC/TCC.db' 'select * from access'
226226
- uses: actions/checkout@v4
227227
- name: Install lcov

0 commit comments

Comments
 (0)