Merge pull request #7 from joskezelensky/patch-1
fix build individual modules
This commit is contained in:
commit
8f0e646078
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build_pull_request.yml
vendored
2
.github/workflows/build_pull_request.yml
vendored
|
@ -73,4 +73,4 @@ jobs:
|
||||||
- name: Build extensions (chunk ${{ matrix.chunk }})
|
- name: Build extensions (chunk ${{ matrix.chunk }})
|
||||||
env:
|
env:
|
||||||
CI_CHUNK_NUM: ${{ matrix.chunk }}
|
CI_CHUNK_NUM: ${{ matrix.chunk }}
|
||||||
run: ./gradlew -p src assembleDebug
|
run: chmod +x ./gradlew && ./gradlew -p src assembleDebug
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue