Skip to content

Commit

Permalink
switch windows build to 7zip
Browse files Browse the repository at this point in the history
  • Loading branch information
madhephaestus committed Jun 10, 2024
1 parent 6d41584 commit d5bb2ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/checkout@v1
- uses: ilammy/msvc-dev-cmd@v1
- uses: microsoft/[email protected]
- uses: montudor/action-zip@v1
- uses: milliewalky/setup-7-zip@v1
- name: Build
run: bash package-windows_x86_64.sh
- name: Upload math result for job Windows
Expand Down
3 changes: 2 additions & 1 deletion package-windows_x86_64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ if test -d $JAVA_HOME/$JVM/; then
else
mkdir -p $JAVA_HOME
curl https://cdn.azul.com/zulu/bin/$ZIP -o $ZIP
unzip $ZIP -d $JAVA_HOME
#unzip $ZIP -d $JAVA_HOME
7z x $ZIP -o $JAVA_HOME
mv $JAVA_HOME/$JVM/* $JAVA_HOME/
fi

Expand Down

0 comments on commit d5bb2ac

Please sign in to comment.