Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelavoyan committed Jun 25, 2024
1 parent 119753a commit 2e606d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android-sdk-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
# Setup java
- uses: actions/setup-java@v4
with:
distribution: adopt
distribution: temurin
java-version: ${{ env.JAVA_VERSION }}
# Run test
- name: Run Test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/android-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
# Setup java
- uses: actions/setup-java@v4
with:
distribution: adopt
distribution: temurin
java-version: ${{ env.JAVA_VERSION }}
# Gradle Assemble
- name: Gradle Assemble
Expand Down

0 comments on commit 2e606d1

Please sign in to comment.