Skip to content

Commit

Permalink
ci: Lock flutter version
Browse files Browse the repository at this point in the history
  • Loading branch information
mikecoomber committed Dec 12, 2024
1 parent 10cc97c commit 7df8a05
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ jobs:
- uses: subosito/flutter-action@v2
with:
cache: true
channel: stable
flutter-version: 3.24.x # TODO UX-1347
- name: Setup flutter
run: flutter pub get
- name: Build example app
Expand Down

0 comments on commit 7df8a05

Please sign in to comment.