Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
atomic-junky committed Jun 7, 2024
1 parent c1a1680 commit 043eea9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-java@v1
with:
java-version: '12.x'
java-version: '17.x'
java-package: jdk
- uses: subosito/flutter-action@v1
with:
channel: 'stable'
Expand Down Expand Up @@ -43,7 +44,8 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-java@v1
with:
java-version: '12.x'
java-version: '17.x'
java-package: jdk
- uses: subosito/flutter-action@v1
with:
channel: 'stable'
Expand Down

0 comments on commit 043eea9

Please sign in to comment.