Skip to content

Commit a5c2363

Browse files
committed
- fix android ci
1 parent ffe25cd commit a5c2363

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/build.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,4 +112,9 @@ jobs:
112112
- uses: gradle/actions/setup-gradle@v3
113113
with:
114114
gradle-version: 8.14.3
115-
- run: .ci/android.sh
115+
- run: |
116+
cd examples
117+
../pmbuild android
118+
cd build/android
119+
gradle wrapper
120+
./gradlew assembleRelease

0 commit comments

Comments
 (0)