Skip to content

Commit b794dcf

Browse files
committed
Remove Java setup from build configuration to streamline the build process
1 parent 9cd3bc3 commit b794dcf

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,6 @@ jobs:
2121
- name: Setup Rust
2222
shell: pwsh
2323
run: rustup toolchain install $env:RUST_TOOLCHAIN --profile minimal --component rust-src
24-
- name: Setup Java
25-
uses: actions/setup-java@v4
26-
with:
27-
distribution: zulu
28-
java-version: "17"
29-
java-package: jdk+fx
30-
cache: gradle
3124
- name: Build HMCLauncher
3225
shell: pwsh
3326
run: |

0 commit comments

Comments
 (0)