Skip Windows environment setup for dev builds.
This commit is contained in:
@@ -27,7 +27,7 @@ async function run(): Promise<void> {
|
||||
const enableNativeImageMusl = core.getInput(c.INPUT_NI_MUSL) === 'true'
|
||||
|
||||
if (c.IS_WINDOWS) {
|
||||
setUpWindowsEnvironment()
|
||||
setUpWindowsEnvironment(graalvmVersion)
|
||||
}
|
||||
await setUpDependencies(components)
|
||||
if (enableNativeImageMusl) {
|
||||
|
||||
Reference in New Issue
Block a user