summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index b8ae06caf6..2d414ee7de 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -36,4 +36,5 @@ jobs:
run: |
git config --global user.email "[email protected]"
git config --global user.name "Github Actions"
- ./gradlew applyPatches build
+ ./gradlew applyPatches
+ ./gradlew build