Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build fix #335

Merged
merged 2 commits into from
Dec 19, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Ё
  • Loading branch information
yermak committed Dec 19, 2021
commit a6b5bfc7dab416a2e3743ff23d7d24cdd4f4dcf7
2 changes: 1 addition & 1 deletion release-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
choco install wget --no-progress
wget -q https://download.java.net/java/GA/jdk17.0.1/2a2082e5a09d4267845be086888add4f/12/GPL/openjdk-17.0.1_windows-x64_bin.zip -O openjdk-17.0.1_windows-x64_bin.zip
7z.exe x openjdk-17.0.1_windows-x64_bin.zip
setx JAVA_HOME jdk-11.0.1
setx JAVA_HOME jdk-17.0.1
call refreshenv
SET JAVAFX_JMODS=jmods/windows

Expand Down