mirror of
https://github.com/Winds-Studio/Leaf.git
synced 2025-12-19 15:09:25 +00:00
Fix workflow
This commit is contained in:
4
.github/workflows/build-1194.yml
vendored
4
.github/workflows/build-1194.yml
vendored
@@ -7,9 +7,9 @@ jobs:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: gradle/wrapper-validation-action@main
|
||||
- name: Set up JDK
|
||||
uses: graalvm/setup-graalvm@v1
|
||||
uses: graalvm/setup-graalvm@main
|
||||
with:
|
||||
version: latest
|
||||
version: 22.3.1
|
||||
java-version: 19
|
||||
github-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
cache: gradle
|
||||
|
||||
Reference in New Issue
Block a user