Skip to content

Commit

Permalink
github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian0KIM committed Nov 22, 2024
1 parent 117ee91 commit 70d2ce2
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,14 @@ jobs:
- name: Set up Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: '3.5.1'
flutter-version: '3.10.6'
- name: Checkout Flutter 3.24.1
shell: bash
run: |
cd $FLUTTER_ROOT;
git fetch --tags;
git checkout 3.24.1;
flutter --version;
- name: Install dependencies
run: flutter pub get
Expand Down

0 comments on commit 70d2ce2

Please sign in to comment.