forked from StarOpenSource/Engine
[no ci] Use one-time daemon
This commit is contained in:
parent
a98cc53b41
commit
c8cf0d7437
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
#name: build-and-test
|
||||
name: build-and-test
|
||||
|
||||
on:
|
||||
- pull_request
|
||||
|
@ -15,7 +15,7 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: https://code.forgejo.org/actions/checkout@v4
|
||||
- name: Compile
|
||||
run: ./gradlew build
|
||||
run: ./gradlew --no-daemon build
|
||||
- name: Upload library JARs
|
||||
uses: https://code.forgejo.org/forgejo/upload-artifact@v4
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue