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 8d2fa78 commit edeff87
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,5 @@ 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: Build with Gradle
run: cd CP470-Project && ./gradlew build
run: ./gradlew build

0 comments on commit edeff87

Please sign in to comment.