Skip to content

Commit

Permalink
Fix Github build process
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRisenPhoenix committed Dec 20, 2023
1 parent a0c06df commit e05237a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ jobs:
steps:

# Setup Java environment in order to build the Android app.
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
java-version: '15'
java-version: '20'

# Setup the flutter environment.
- uses: subosito/flutter-action@v1
- uses: subosito/flutter-action@v2
with:
channel: 'stable' # 'dev', 'alpha', default to: 'stable'

Expand Down

0 comments on commit e05237a

Please sign in to comment.