Skip to content

Commit

Permalink
更新flutter
Browse files Browse the repository at this point in the history
  • Loading branch information
coldshineb committed Dec 17, 2024
1 parent e208561 commit f55d8a6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build_app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ jobs:
steps:
- name: Clone repository
uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'oracle'
java-version: '17'
- name: Set up Flutter
uses: subosito/flutter-action@v2
with:
Expand Down

0 comments on commit f55d8a6

Please sign in to comment.