Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

Commit

Permalink
CI: pin Flutter version at 3.0.x (#1099)
Browse files Browse the repository at this point in the history
Flutter 3.3 has severe raster cache rendering issues due to fractional
translation i.e. removal of pixel snapping:
https://github.com/jpnurmi/flutter_raster_cache_bug
  • Loading branch information
jpnurmi committed Sep 5, 2022
1 parent c3f67bc commit ea2a30d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/flutter-build-win.yml
Expand Up @@ -28,9 +28,10 @@ jobs:
with:
submodules: recursive

- uses: subosito/flutter-action@v1
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
flutter-version: '3.0.x'

- name: Build Windows Target
working-directory: packages\ubuntu_wsl_setup\
Expand Down
9 changes: 6 additions & 3 deletions .github/workflows/flutter-ci.yml
Expand Up @@ -18,9 +18,10 @@ jobs:
with:
submodules: recursive

- uses: subosito/flutter-action@v1
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
flutter-version: '3.0.x'

- name: Install Melos
run: flutter pub global activate melos
Expand Down Expand Up @@ -64,9 +65,10 @@ jobs:
with:
submodules: recursive

- uses: subosito/flutter-action@v1
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
flutter-version: '3.0.x'

- name: Install Melos
run: flutter pub global activate melos
Expand All @@ -88,9 +90,10 @@ jobs:
with:
submodules: recursive

- uses: subosito/flutter-action@v1
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
flutter-version: '3.0.x'

- name: Install Melos
run: flutter pub global activate melos
Expand Down

0 comments on commit ea2a30d

Please sign in to comment.