mirror of
https://github.com/mihonapp/mihon-preview.git
synced 2024-12-26 19:08:22 +01:00
Use JDK 11 for build workflow
This commit is contained in:
parent
284c54cb18
commit
3272929b6a
4
.github/workflows/build_app.yml
vendored
4
.github/workflows/build_app.yml
vendored
@ -32,10 +32,10 @@ jobs:
|
||||
fetch-depth: 0
|
||||
ref: ${{ github.event.inputs.git-ref }}
|
||||
|
||||
- name: Set up JDK 1.8
|
||||
- name: Set up JDK 11
|
||||
uses: actions/setup-java@v1
|
||||
with:
|
||||
java-version: 1.8
|
||||
java-version: 11
|
||||
|
||||
- name: Set up keystore
|
||||
run: mkdir -p ~/.android/ && echo "${{ secrets.DEBUG_KEYSTORE }}" | base64 --decode > ~/.android/debug.keystore
|
||||
|
Loading…
Reference in New Issue
Block a user