Skip to content

Commit

Permalink
2024-08-10 19:13
Browse files Browse the repository at this point in the history
  • Loading branch information
vomw committed Aug 10, 2024
1 parent 55b26c1 commit f782bc0
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,20 @@ jobs:
java -h
java -version
- name: check environment
run: |
echo ${ANDROID_HOME}
echo ${JAVA_HOME}
echo ${GITHUB_SHA}
- name: check gradle
run: |
./gradlew -h
./gradlew --version
# ls -lht gradlew
./gradlew assembleDebug --info
# sudo git update-index --chmod=+x gradlew
# sudo chmod a=rwx gradlew
# sudo git config --global user.name 'vomw'
Expand All @@ -70,11 +76,6 @@ jobs:
# sudo git push
- name: check environment
run: |
echo ${ANDROID_HOME}
echo ${JAVA_HOME}
echo ${GITHUB_SHA}
- name: Build with Gradle
Expand Down

0 comments on commit f782bc0

Please sign in to comment.