ci: increased ci chunk size and removed (chunk ${{ matrix.chunk }}) in build extensions from name

This commit is contained in:
AlmightyHak 2025-06-19 23:37:08 -05:00
parent f84834770d
commit b1d2972f9f

View file

@ -13,7 +13,7 @@ concurrency:
cancel-in-progress: true
env:
CI_CHUNK_SIZE: 65
CI_CHUNK_SIZE: 288
jobs:
prepare:
@ -86,7 +86,7 @@ jobs:
build-cache-${{ github.event.pull_request.base.sha }}-
build-cache-
- name: Build extensions (chunk ${{ matrix.chunk }})
- name: Build extensions
env:
CI_CHUNK_NUM: ${{ matrix.chunk }}
run: chmod +x ./gradlew && ./gradlew -p src assembleDebug