mirror of
https://github.com/Creators-of-Create/Create.git
synced 2025-03-04 06:44:40 +01:00
Java 4021
This commit is contained in:
parent
62bbb107ac
commit
dbb4f9decb
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -10,9 +10,9 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
|
||||
- name: Setup Java
|
||||
run: echo "JAVA_HOME=$JAVA_HOME_17_X64" >> "$GITHUB_ENV"
|
||||
run: echo "JAVA_HOME=$JAVA_HOME_21_X64" >> "$GITHUB_ENV"
|
||||
|
||||
- name: NeoGradle Cache
|
||||
- name: ModDevGradle Cache
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: "**/.gradle/repositories/"
|
||||
|
|
Loading…
Add table
Reference in a new issue