Skip to content

Commit

Permalink
ci: Fix failing release due to unsupported dart version (#1029)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbfakourii authored Dec 20, 2024
1 parent 88be423 commit 726ad96
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release-automated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,14 @@ jobs:
- name: Setup dart
uses: dart-lang/setup-dart@v1
with:
sdk: '3.0'
sdk: '3.2.6'
- name: Setup flutter
if: env.package == 'flutter'
uses: subosito/flutter-action@v2
with:
channel: 'stable'
cache: true
channel: stable
flutter-version: 3.16.9
- name: Install dart dependencies
run: dart pub get --directory 'packages/dart'
- name: Install flutter dependencies
Expand Down

0 comments on commit 726ad96

Please sign in to comment.