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