Update .gitea/workflows/ci.yml
Some checks failed
Some checks failed
This commit is contained in:
parent
77c636968b
commit
f33e58cacf
1 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,8 @@ jobs:
|
|||
steps:
|
||||
- name: "Checkout"
|
||||
uses: actions/checkout@v3
|
||||
- name: Set Java Home
|
||||
run: echo "JAVA_HOME=$HOME/.java" >> $GITHUB_ENV
|
||||
- name: Setup Java 23
|
||||
uses: https://github.com/actions/setup-java@v3
|
||||
with:
|
||||
|
|
Loading…
Add table
Reference in a new issue