Skip to content

Commit

Permalink
Update build_pull_request.yml
Browse files Browse the repository at this point in the history
hopefully fixes permissions error
  • Loading branch information
joskezelensky authored Jun 24, 2024
1 parent 08da414 commit 396a350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 396a350

Please sign in to comment.