From c1cdbd68b0e3e863fded2ade874db4a2b966adda Mon Sep 17 00:00:00 2001 From: Faucon <49079695+FauconSpartiate@users.noreply.github.com> Date: Sun, 21 Jan 2024 00:38:25 +0100 Subject: [PATCH] CI tests --- .github/workflows/release.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 5aa48e9e..ddf299c6 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -101,8 +101,9 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v4 - with: - submodules: true + + - name: Get submodule + run: git submodule update --init --recursive - name: Get packages run: .flutter/bin/flutter pub get