You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the ./helper-scripts/compile-x86.sh on the windows-latest x86-64 runner image, this error fires up:
A problem occurred evaluating project ':jme3-alloc-native'.
> Cannot run program "./helper-scripts/compile-x86.sh": CreateProcess error=193, %1 is not a valid Win32 application
Workaround:
On the jme3-alloc-native:compileX86 gradle task, add a bash command.
The text was updated successfully, but these errors were encountered:
When running the
./helper-scripts/compile-x86.sh
on the windows-latest x86-64 runner image, this error fires up:Workaround:
On the
jme3-alloc-native:compileX86
gradle task, add abash
command.The text was updated successfully, but these errors were encountered: