install protoc_plugin

This commit is contained in:
Nathan.fooo 2022-02-08 22:34:02 +08:00 committed by GitHub
parent dd3f1d0b24
commit 014ff27881
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: |