Skip to content

Commit

Permalink
ci(test_build): and another one
Browse files Browse the repository at this point in the history
  • Loading branch information
realth000 committed Dec 13, 2024
1 parent e693073 commit 9e9b7c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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}}
Expand All @@ -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
Expand Down

0 comments on commit 9e9b7c8

Please sign in to comment.