Skip to content

Commit f9d8b9f

Browse files
committed
chore: Update Android build workflow to use Gradle wrapper
1 parent 19ce0c3 commit f9d8b9f

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/android.build.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,6 @@ jobs:
7676
libffi-dev \
7777
libssl-dev \
7878
automake
79-
80-
- name: List files for debugging
81-
run: ls -R
82-
8379
8480
# setup Java
8581
- name: Setup Java 21 required by Gradle
@@ -88,7 +84,10 @@ jobs:
8884
distribution: 'temurin'
8985
java-version: '21'
9086
cache: 'gradle'
91-
- run: ./gradle build --no-daemon
87+
88+
# Run Gradle build
89+
- name: Run Gradle build
90+
run: ./gradlew build --no-daemon
9291

9392
# Set up Python
9493
- name: Set up Python

0 commit comments

Comments
 (0)