Skip to content

Commit

Permalink
fixed setup java formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
MaikuB committed Nov 18, 2023
1 parent afd57f6 commit d624404
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,9 +192,9 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: '17'
with:
distribution: 'zulu'
java-version: '17'
- uses: subosito/flutter-action@v2
with:
channel: stable
Expand Down

0 comments on commit d624404

Please sign in to comment.