Skip to content

Commit

Permalink
Actions: Fix for Noesis not starting when net is missing
Browse files Browse the repository at this point in the history
  • Loading branch information
Lemon-King committed Oct 16, 2023
1 parent 5ae58dd commit 5223b6e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/gluon-build-windows-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ jobs:
run: cp -r ${env:GRAALVM_HOME}/bin/awt.dll staging &&
cp -r ${env:GRAALVM_HOME}/bin/java.dll staging &&
cp -r ${env:GRAALVM_HOME}/bin/server/jvm.dll staging &&
cp -r ${env:GRAALVM_HOME}/bin/windowsaccessbridge-64.dll staging
cp -r ${env:GRAALVM_HOME}/bin/windowsaccessbridge-64.dll staging &&
cp -r ${env:GRAALVM_HOME}/bin/net.dll staging

- name: Copy Licenses
shell: pwsh
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/gluon-build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ jobs:
run: cp -r ${env:GRAALVM_HOME}/bin/awt.dll staging &&
cp -r ${env:GRAALVM_HOME}/bin/java.dll staging &&
cp -r ${env:GRAALVM_HOME}/bin/server/jvm.dll staging &&
cp -r ${env:GRAALVM_HOME}/bin/windowsaccessbridge-64.dll staging
cp -r ${env:GRAALVM_HOME}/bin/windowsaccessbridge-64.dll staging &&
cp -r ${env:GRAALVM_HOME}/bin/net.dll staging

- name: Copy Licenses
shell: pwsh
Expand Down

0 comments on commit 5223b6e

Please sign in to comment.