Skip to content

Commit 0d83c38

Browse files
committed
build: try fix windows
1 parent 87404b4 commit 0d83c38

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/dart-ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ jobs:
4141
run: |
4242
dart pub global activate melos
4343
# FIXME: CI randomly fail
44-
melos bootstrap --no-flutter
44+
melos exec -c 1 -- flutter pub get
45+
melos bootstrap
4546
4647
- name: Run tests for our dart project.
4748
if: startsWith(matrix.os, 'ubuntu')

0 commit comments

Comments
 (0)