Skip to content

Commit 9721c24

Browse files
authored
Add --fast-ci to android.py command line (#284)
1 parent d282ebb commit 9721c24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)