Browse Source

install protoc_plugin

Nathan.fooo 3 years ago
parent
commit
014ff27881
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .github/workflows/ci.yaml

+ 2 - 0
.github/workflows/ci.yaml

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