소스 검색

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