Skip to content

Commit

Permalink
Pin Flutter to 3.22.3 on CI workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
erdemyerebasmaz committed Sep 23, 2024
1 parent 97f4107 commit f3c6dd0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
flutter-version: 3.22.3 # Pinned until resource linking issues on Android is resolved with 3.24
cache: true

- uses: actions/setup-java@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
uses: subosito/flutter-action@v2
with:
channel: 'stable'
flutter-version: 3.22.3 # Pinned until resource linking issues on Android is resolved with 3.24
cache: true

- name: 🏗️ Android cache
Expand Down Expand Up @@ -99,7 +100,6 @@ jobs:
cargo check
make android
- name: 🗂️ Populate Flutter tool's cache of binary artifacts.
working-directory: cbreez
run: flutter precache
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
uses: subosito/flutter-action@v2
with:
channel: 'stable'
flutter-version: 3.22.3 # Pinned until resource linking issues on Android is resolved with 3.24
cache: true

- name: 🔐 Install Keychain keys
Expand Down

0 comments on commit f3c6dd0

Please sign in to comment.