Skip to content

Commit

Permalink
Pin Flutter to 3.19.4 due to deferred loading issue
Browse files Browse the repository at this point in the history
  • Loading branch information
amake committed Mar 24, 2024
1 parent 9c3b243 commit 72e80bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
- uses: subosito/flutter-action@v2
with:
channel: 'beta'
# Pin to 3.19.4 due to https://github.com/flutter/flutter/issues/145653
flutter-version: '3.19.4'
- run: flutter config --enable-web
- run: flutter pub get
- run: make test
Expand Down

0 comments on commit 72e80bc

Please sign in to comment.