mirror of
https://github.com/revanced/revanced-patches
synced 2024-12-26 18:35:50 +01:00
ci: Do not start a Gradle daemon for PR builds
Because there are no subsequent builds, a daemon is not necessary
This commit is contained in:
parent
083bd40092
commit
6b0fda196c
2
.github/workflows/build_pull_request.yml
vendored
2
.github/workflows/build_pull_request.yml
vendored
@ -20,4 +20,4 @@ jobs:
|
||||
uses: burrunan/gradle-cache-action@v1
|
||||
|
||||
- name: Build
|
||||
run: ./gradlew build clean
|
||||
run: ./gradlew build --no-daemon
|
||||
|
Loading…
Reference in New Issue
Block a user