Skip to content

Commit dc63f9e

Browse files
committed
Add --fast-ci to android.py command line
1 parent d282ebb commit dc63f9e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ jobs:
231231
ref: "v${{ env.CPYTHON_RELEASE }}"
232232

233233
- name: Build and test
234-
run: ./Android/android.py ci "$triplet"
234+
run: ./Android/android.py ci --fast-ci "$triplet"
235235

236236
- uses: actions/upload-artifact@v4
237237
with:

0 commit comments

Comments
 (0)