Skip to content

Commit

Permalink
stable
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-b authored Jun 21, 2024
1 parent 5673e82 commit 71e1c9c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/flutter-screenshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ jobs:
- name: Set up Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: 'beta'
flutter-version: '2.5.3' # Specify the exact version you want to use
channel: 'stable'

- name: Install dependencies
run: flutter pub get
Expand Down

0 comments on commit 71e1c9c

Please sign in to comment.