From 9e9b7c8f5e0d51b16452ec00c2afa15b81c431b5 Mon Sep 17 00:00:00 2001 From: realth000 Date: Sat, 14 Dec 2024 05:53:21 +0800 Subject: [PATCH] ci(test_build): and another one --- .github/workflows/test_build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_build.yml b/.github/workflows/test_build.yml index 99c05531..9e6fc8e3 100644 --- a/.github/workflows/test_build.yml +++ b/.github/workflows/test_build.yml @@ -61,9 +61,9 @@ jobs: - run: | sudo apt update -y sudo apt install -y ninja-build libgtk-3-dev - git submodule update --init --recursive --force - name: Precompile run: | + git submodule update --init --recursive --force flutter pub get dart ./Makefile.dart - name: Build Linux @@ -108,6 +108,7 @@ jobs: - run: | sudo apt update -y sudo apt install -y ninja-build libgtk-3-dev + git submodule update --init --recursive --force - uses: dtolnay/rust-toolchain@stable with: toolchain: ${{env.CI_RUST_VERSION}} @@ -119,7 +120,6 @@ jobs: ./scripts/build-flutter_avif-android.sh - name: Precompile run: | - git submodule update --init --recursive --force flutter pub get dart ./Makefile.dart - name: Setup Android sign key