We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cd3bc3 commit b794dcfCopy full SHA for b794dcf
1 file changed
.github/workflows/build.yml
@@ -21,13 +21,6 @@ jobs:
21
- name: Setup Rust
22
shell: pwsh
23
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
31
- name: Build HMCLauncher
32
33
run: |
0 commit comments