Test ci build android 1635
Android Build / build-android (push) Failing after 6m5s
Sync Source to Host / sync-source (push) Successful in 21s

This commit is contained in:
2026-08-12 16:35:45 +07:00
parent 2835a931a8
commit 711d54c8fe
+6 -3
View File
@@ -29,12 +29,15 @@ jobs:
- name: Grant execute permission for gradlew - name: Grant execute permission for gradlew
run: chmod +x gradlew run: chmod +x gradlew
- name: Network Debug
run: |
curl -I https://services.gradle.org
nslookup services.gradle.org || true
ping -c 4 services.gradle.org || true
- name: Build with Gradle - name: Build with Gradle
run: ./gradlew build run: ./gradlew build
# #
# - name: Setup Gradle
# uses: gradle/actions/setup-gradle@v4
#
# - name: Grant execute permission # - name: Grant execute permission
# run: chmod +x ./gradlew # run: chmod +x ./gradlew
# #