Skip to content

Commit

Permalink
[workflow] flutter config --no-cli-animations
Browse files Browse the repository at this point in the history
  • Loading branch information
liplum committed Apr 14, 2024
1 parent 89fc8b2 commit 001df07
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ jobs:
channel: stable
cache: true

- name: Setup Flutter
run: |
flutter config --no-cli-animations
- name: Build APK
run: |
flutter build apk --target-platform android-arm64,android-arm
Expand Down Expand Up @@ -108,6 +112,10 @@ jobs:
channel: stable
cache: true

- name: Setup Flutter
run: |
flutter config --no-cli-animations
- name: Build iOS
run: |
flutter build ios --release --no-codesign
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ jobs:
channel: stable
cache: true

- name: Setup Flutter
run: |
flutter config --no-cli-animations
- name: Build Windows
run: |
flutter pub run build_runner build --delete-conflicting-outputs
Expand All @@ -27,4 +31,4 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: Windows-x86_64.zip
path: build/windows/runner/Release
path: build\windows\x64\runner\Release

0 comments on commit 001df07

Please sign in to comment.