Skip to content

Commit 44c0eca

Browse files
😒
1 parent 06a1e6c commit 44c0eca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ jobs:
209209
working-directory: sqlite3/
210210

211211
- name: Test sqlite3_test package
212-
if: matrix.sqlite != 'system' || runner.os == 'Windows'
212+
if: matrix.sqlite != 'system' || runner.os != 'Windows'
213213
run: |
214214
dart pub get
215215
dart test --debug

0 commit comments

Comments
 (0)