Skip to content

Commit

Permalink
Merge pull request #7 from joskezelensky/patch-1
Browse files Browse the repository at this point in the history
fix build individual modules
  • Loading branch information
almightyhak authored Jun 24, 2024
2 parents 08da414 + 396a350 commit 8f0e646
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 8f0e646

Please sign in to comment.