File tree 1 file changed +8
-9
lines changed
1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change 83
83
sdk : ${{ matrix.sdk }}
84
84
- uses : actions/checkout@v4
85
85
86
- # Install sqlite3.dll and add it to path
87
- - name : " Setup Windows"
88
- run : |
89
- cd drift
90
- flutter pub get
91
- dart run test/download_sqlite3.dart
92
- working-directory : ${{ github.workspace }}
93
- if : matrix.os == 'windows-latest' && matrix.target == 'windows'
94
-
95
86
-
uses :
subosito/flutter-action@48cafc24713cca54bbe03cdc3a423187d413aafa # [email protected]
96
87
with :
97
88
channel : ${{ matrix.sdk }}
@@ -103,6 +94,14 @@ jobs:
103
94
cd drift
104
95
flutter pub get
105
96
97
+ # Install sqlite3.dll and add it to path
98
+ - name : " Setup Windows"
99
+ run : |
100
+ cd drift
101
+ dart run test/download_sqlite3.dart
102
+ working-directory : ${{ github.workspace }}
103
+ if : matrix.os == 'windows-latest' && matrix.target == 'windows'
104
+
106
105
- name : Test VM with coverage
107
106
run : |
108
107
cd drift
You can’t perform that action at this time.
0 commit comments