Skip to content

Commit cbc8b43

Browse files
committed
fix
1 parent 38cae39 commit cbc8b43

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

.github/workflows/drift.yml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -83,15 +83,6 @@ jobs:
8383
sdk: ${{ matrix.sdk }}
8484
- uses: actions/checkout@v4
8585

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-
9586
- uses: subosito/flutter-action@48cafc24713cca54bbe03cdc3a423187d413aafa # [email protected]
9687
with:
9788
channel: ${{ matrix.sdk }}
@@ -103,6 +94,14 @@ jobs:
10394
cd drift
10495
flutter pub get
10596
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+
106105
- name: Test VM with coverage
107106
run: |
108107
cd drift

0 commit comments

Comments
 (0)