Skip to content

Commit 226543a

Browse files
authored
fix(ci): add flutter pub get step for quill_native_bridge to fix failure in singerdmx#2264 (singerdmx#2265)
1 parent f813454 commit 226543a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ jobs:
3636
- name: 📦 Install flutter_quill_test dependencies
3737
run: flutter pub get -C flutter_quill_test
3838

39+
- name: 📦 Install quill_native_bridge dependencies
40+
run: flutter pub get -C quill_native_bridge
41+
3942
- name: 🔍 Run Flutter analysis
4043
run: flutter analyze
4144

0 commit comments

Comments
 (0)