Skip to content

Commit

Permalink
Hardcode Flutter version in GitHub action for now (until new Flutter …
Browse files Browse the repository at this point in the history
…works)
  • Loading branch information
ImranR98 committed Dec 12, 2024
1 parent d93798a commit 5c9a35c
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 5c9a35c

Please sign in to comment.