Skip to content

Commit

Permalink
Merge pull request #2031 from ImranR98/dev
Browse files Browse the repository at this point in the history
Hardcode Flutter version in GitHub action for now (until new Flutter works)
  • Loading branch information
ImranR98 authored Dec 12, 2024
2 parents 8651f58 + 5c9a35c commit ab949af
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:

- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
channel: stable
flutter-version: 3.24.5
- uses: actions/setup-java@v4
with:
distribution: 'temurin' # See 'Supported distributions' for available options
Expand Down

0 comments on commit ab949af

Please sign in to comment.