mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-04-24 06:37:14 -04:00
install protoc_plugin
This commit is contained in:
parent
dd3f1d0b24
commit
014ff27881
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
@ -26,6 +26,7 @@ jobs:
|
|||
flutter channel stable
|
||||
flutter config --enable-macos-desktop
|
||||
flutter doctor
|
||||
dart pub global activate protoc_plugin
|
||||
- name: Deps
|
||||
working-directory: frontend
|
||||
run: |
|
||||
|
@ -66,6 +67,7 @@ jobs:
|
|||
flutter channel stable
|
||||
flutter config --enable-linux-desktop
|
||||
flutter doctor
|
||||
dart pub global activate protoc_plugin
|
||||
- name: Deps
|
||||
working-directory: frontend
|
||||
run: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue