1
0
mirror of https://github.com/graalvm/setup-graalvm.git synced 2025-03-13 14:30:15 +08:00
This commit is contained in:
jpaul 2023-11-07 14:59:47 +01:00
parent f0d88659ab
commit c4c50159f0

@ -10,7 +10,7 @@ export const INPUT_SET_JAVA_HOME = 'set-java-home'
export const INPUT_CACHE = 'cache'
export const INPUT_CHECK_FOR_UPDATES = 'check-for-updates'
export const INPUT_NI_MUSL = 'native-image-musl'
export const INPUT_REPORT_TOKEN = 'repo-token'
export const INPUT_REPORT_TOKEN = 'report-token'
export const IS_LINUX = process.platform === 'linux'
export const IS_MACOS = process.platform === 'darwin'