Skip to content

Commit

Permalink
remove android_home
Browse files Browse the repository at this point in the history
  • Loading branch information
Zainrax committed Sep 30, 2024
1 parent 99dbdae commit effc3fe
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
name: Build and Test
runs-on: ubuntu-latest
env:
ANDROID_HOME: ${{ runner.tool_cache }}/android-sdk
JAVA_HOME: /usr/lib/jvm/java-17-openjdk-amd64
LANG: en_US.UTF-8
LC_ALL: en_US.UTF-8
Expand Down Expand Up @@ -89,7 +88,6 @@ jobs:
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags/')
env:
ANDROID_HOME: ${{ runner.tool_cache }}/android-sdk
JAVA_HOME: /usr/lib/jvm/java-17-openjdk-amd64
LANG: en_US.UTF-8
LC_ALL: en_US.UTF-8
Expand Down

0 comments on commit effc3fe

Please sign in to comment.