Skip to content

Commit

Permalink
fix(ci): add flutter pub get step for quill_native_bridge to fix fail…
Browse files Browse the repository at this point in the history
…ure in #2264 (#2265)
  • Loading branch information
EchoEllet authored Sep 21, 2024
1 parent f813454 commit 226543a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ jobs:
- name: 📦 Install flutter_quill_test dependencies
run: flutter pub get -C flutter_quill_test

- name: 📦 Install quill_native_bridge dependencies
run: flutter pub get -C quill_native_bridge

- name: 🔍 Run Flutter analysis
run: flutter analyze

Expand Down

0 comments on commit 226543a

Please sign in to comment.