Skip to content

Commit

Permalink
ci: Bump flutter engine to 3.19.6
Browse files Browse the repository at this point in the history
3.13 is a bit old already
  • Loading branch information
iamsergio committed Apr 22, 2024
1 parent 201d52f commit e01912c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/flutter-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@ jobs:
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.13.6'
flutter-version: '3.19.6'
channel: 'stable'

# Chose engine from https://github.com/ardera/flutter-ci/releases
- name: Download flutter engine
run: |
wget --no-verbose https://github.com/ardera/flutter-ci/releases/download/engine%2Fa794cf2681c6c9fe7b260e0e84de96298dc9c18b/x64-generic.tar.xz
wget --no-verbose https://github.com/ardera/flutter-ci/releases/download/engine%2Fc4cd48e186460b32d44585ce3c103271ab676355/x64-generic.tar.xz
mkdir flutter_engine
tar xvf x64-generic.tar.xz -C flutter_engine
cd flutter_engine
Expand Down

0 comments on commit e01912c

Please sign in to comment.