Skip to content

Commit

Permalink
Update android.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Minime998 authored Oct 26, 2024
1 parent b4686b7 commit 8ffd045
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
distribution: 'adopt' # or 'zulu', 'temurin', etc.
java-package: 'jdk'
architecture: 'x64'

- name: Set JAVA_HOME
run: echo "JAVA_HOME=/opt/hostedtoolcache/Java_Adopt_jdk/17.0.13-11/x64" >> $GITHUB_ENV
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
Expand Down

0 comments on commit 8ffd045

Please sign in to comment.