Skip to content

Commit

Permalink
testing possible fix to CI gradle version issue
Browse files Browse the repository at this point in the history
  • Loading branch information
hpsaturn committed Jan 26, 2025
1 parent 52f94fe commit aaff483
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout the code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Set up Java
uses: actions/setup-java@v2
uses: actions/setup-java@v4
with:
distribution: "temurin"
distribution: "zulu"
java-version: 17
cache: 'gradle'

- name: Loading submodules
run: git submodule update --init --recursive
Expand Down

0 comments on commit aaff483

Please sign in to comment.