From 0d4955a151cd6e8f6d06d80f75fca71d8adb7e10 Mon Sep 17 00:00:00 2001 From: Volodymyr Buberenko Date: Fri, 29 Oct 2021 13:04:13 +0300 Subject: [PATCH] Add missing melos bootstrap --- .github/workflows/all_plugins.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/all_plugins.yaml b/.github/workflows/all_plugins.yaml index 490a0fdf1f..2c940e122d 100644 --- a/.github/workflows/all_plugins.yaml +++ b/.github/workflows/all_plugins.yaml @@ -63,6 +63,8 @@ jobs: - name: "Install Tools" run: | ./.github/workflows/scripts/install-tools.sh + - name: "Bootstrap Workspace" + run: melos bootstrap - name: "Flutter Pub Get" run: | melos exec -c 1 --scope="*example*" -- \