From 803e36c7e54c849909679f0ce6e0455598b4b9ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maty=C3=A1=C5=A1=20Caras?= Date: Wed, 17 Jul 2024 20:59:58 +0200 Subject: [PATCH] ci: take flutter from submodule --- .forgejo/workflows/sq_analyze.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.forgejo/workflows/sq_analyze.yml b/.forgejo/workflows/sq_analyze.yml index 54da850..11ee2bf 100644 --- a/.forgejo/workflows/sq_analyze.yml +++ b/.forgejo/workflows/sq_analyze.yml @@ -19,9 +19,12 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 + with: + submodules: 'recursive' - name: Install dependencies run: | + export PATH=$PATH:$PWD/.flutter/bin flutter pub get - name: Run tests