Skip to content

Commit

Permalink
wip: try with older version of java and android
Browse files Browse the repository at this point in the history
p:# Remember blank line between title and body.

Co-authored-by: Delphine <[email protected]>
Co-authored-by: Jackson <[email protected]>
  • Loading branch information
3 people committed Apr 25, 2024
1 parent 8fe3574 commit 7aee5a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/actions/setup-runner/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ runs:
shell: bash
run: echo "/usr/local/bin" >> $GITHUB_PATH

- uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1
- uses: actions/setup-java@v3 # v4.2.1
with:
distribution: 'oracle'
java-version: ${{ inputs.jdk-version }}
Expand Down Expand Up @@ -83,7 +83,7 @@ runs:
gradle-version: ${{ inputs.gradle-version }}

- name: Setup Android SDK
uses: android-actions/setup-android@00854ea68c109d98c75d956347303bf7c45b0277 # v3.2.1
uses: android-actions/setup-android@v2 # v3.2.1

- name: Update Android SDK Manager
run: |
Expand Down

0 comments on commit 7aee5a8

Please sign in to comment.