浏览代码

install protoc_plugin

Nathan.fooo 3 年之前
父节点
当前提交
014ff27881
共有 1 个文件被更改,包括 2 次插入0 次删除
  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: |