Update build_pull_request.yml

hopefully fixes permissions error
This commit is contained in:
joskezelensky 2024-06-24 13:01:17 +02:00 committed by GitHub
parent 08da414361
commit 396a350d86
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