Skip to content

Commit

Permalink
hardcoded flutter version
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisMoschina committed Oct 21, 2024
1 parent 0e90244 commit c63e2e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ jobs:
- name: Set up Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: 'stable' # You can specify a specific Flutter version if needed
channel: stable
flutter-version: '3.24.3'

# Install dependencies
- name: Install dependencies
Expand Down

0 comments on commit c63e2e6

Please sign in to comment.