Skip to content

Commit 38cae39

Browse files
committed
Use flutter pub get
1 parent e7308e0 commit 38cae39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/drift.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
- name: "Setup Windows"
8888
run: |
8989
cd drift
90-
dart pub get
90+
flutter pub get
9191
dart run test/download_sqlite3.dart
9292
working-directory: ${{ github.workspace }}
9393
if: matrix.os == 'windows-latest' && matrix.target == 'windows'

0 commit comments

Comments
 (0)