Skip to content

Commit

Permalink
ci: Upgrade Flutter to v3.24.3
Browse files Browse the repository at this point in the history
  • Loading branch information
calcitem committed Sep 13, 2024
1 parent 933aaf5 commit 89ac289
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/aab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: '3.24.2'
flutter-version: '3.24.3'
- run: bash -x ./flutter-init.sh
- run: cp -f ./src/ui/flutter_app/analysis_options.yaml ./
- name: Analyze Flutter
Expand All @@ -41,7 +41,7 @@ jobs:
SIGNING_KEY: ${{ secrets.SIGNING_KEY }}
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.24.2'
flutter-version: '3.24.3'

- name: Export environment valuables
run: export
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/flutter-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
SIGNING_KEY: ${{ secrets.SIGNING_KEY }}
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.24.2'
flutter-version: '3.24.3'

- name: Export environment valuables
run: export
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/flutter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: '3.24.2'
flutter-version: '3.24.3'
- run: bash -x ./flutter-init.sh
- run: cp -f ./src/ui/flutter_app/analysis_options.yaml ./
- name: Analyze Flutter
Expand All @@ -42,7 +42,7 @@ jobs:
SIGNING_KEY: ${{ secrets.SIGNING_KEY }}
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.24.2'
flutter-version: '3.24.3'

- name: Export environment valuables
run: export
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

- uses: subosito/flutter-action@v2
with:
flutter-version: '3.24.2'
flutter-version: '3.24.3'

- name: Export environment valuables
run: export
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/msix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- uses: subosito/flutter-action@v2
with:
flutter-version: '3.24.2'
flutter-version: '3.24.3'

- name: Export environment valuables
run: export
Expand Down
4 changes: 2 additions & 2 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ parts:
stage-packages: [g++, libstdc++6, libasound2, gstreamer1.0-plugins-base, gstreamer1.0-plugins-good]
override-build: |
set -x
wget https://storage.googleapis.com/flutter_infra_release/releases/stable/linux/flutter_linux_3.24.2-stable.tar.xz
tar xf flutter_linux_3.24.2-stable.tar.xz
wget https://storage.googleapis.com/flutter_infra_release/releases/stable/linux/flutter_linux_3.24.3-stable.tar.xz
tar xf flutter_linux_3.24.3-stable.tar.xz
export PATH=$PATH:`pwd`/flutter/bin
git config --global --add safe.directory /root/parts/mill/build/flutter
flutter doctor -v
Expand Down

0 comments on commit 89ac289

Please sign in to comment.