Update build_pull_request.yml
hopefully fixes permissions error
This commit is contained in:
parent
08da414361
commit
396a350d86
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