Merge pull request #7 from joskezelensky/patch-1

fix build individual modules
This commit is contained in:
almightyhak 2024-06-24 21:36:48 +07:00 committed by GitHub
commit 8f0e646078
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -73,4 +73,4 @@ jobs:
- name: Build extensions (chunk ${{ matrix.chunk }})
env:
CI_CHUNK_NUM: ${{ matrix.chunk }}
run: ./gradlew -p src assembleDebug
run: chmod +x ./gradlew && ./gradlew -p src assembleDebug