Skip to content

Commit 839f172

Browse files
committed
Fix OS comparison
1 parent 8966020 commit 839f172

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
dart analyze
7070
7171
- name: Dart tests on Linux
72-
if: runner.os == 'ubuntu'
72+
if: runner.os == 'Linux'
7373
run: |
7474
CORE_TEST_SQLITE=.dart_tool/sqlite3/latest/libsqlite3.so dart test
7575
CORE_TEST_SQLITE=.dart_tool/sqlite3/minimum/libsqlite3.so dart test

0 commit comments

Comments
 (0)