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 9cea1d2 commit cc7c822Copy full SHA for cc7c822
.github/workflows/main.yml
@@ -109,6 +109,9 @@ jobs:
109
working-directory: sqlite3_test/
110
111
- name: Test extension example
112
+ # We can't load extension with the system SQLite on Apple platforms,
113
+ # the feature is disabled.
114
+ if: ${{ !(runner.os == 'macos' && matrix.sqlite == 'system') }}
115
run: dart test
116
working-directory: sqlite3/example/custom_extension
117
0 commit comments