mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-11-09 13:09:21 +03:00
install protoc_plugin
This commit is contained in:
parent
dd3f1d0b24
commit
014ff27881
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…
Reference in New Issue
Block a user