From 58f85fea41108384bcf268a081bed6d38abb8705 Mon Sep 17 00:00:00 2001 From: Marco Date: Fri, 26 Aug 2022 20:43:39 +0800 Subject: [PATCH] checkout submodules --- .github/workflows/test.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index cfd985be6..f76ee4b8c 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -11,6 +11,8 @@ jobs: channel: 'stable' - name: Install Flutter uses: subosito/flutter-action@v2 + - name: Checkout submodules + run: git submodule update --init --recursive - name: Get dependencies run: flutter pub get - name: Analyze