From 014ff27881b878ea58f3b111539a9ba086ca5076 Mon Sep 17 00:00:00 2001 From: "Nathan.fooo" <86001920+appflowy@users.noreply.github.com> Date: Tue, 8 Feb 2022 22:34:02 +0800 Subject: [PATCH] install protoc_plugin --- .github/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1201675db8..f95eb3e0e7 100644 --- a/.github/workflows/ci.yaml +++ b/.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: |