Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
nift4 authored Jul 27, 2024
1 parent a000483 commit 25bfd18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
run: ./buildutils/clone-submodules.sh
- name: Update submodules
run: ./buildutils/update-submodules.sh
- name: set up JDK 11
- name: set up JDK 17
uses: actions/setup-java@v1
with:
java-version: 11
java-version: 17
- name: Extract signing keystore
run: echo "${{ secrets.SIGNING_KEY }}" | base64 -d > ~/abm.keystore
- name: Set signing configuration
Expand Down

0 comments on commit 25bfd18

Please sign in to comment.