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*" -- \