mirror of
https://github.com/graalvm/setup-graalvm.git
synced 2025-01-31 19:26:36 +08:00
Adopt new graalpy executable name.
This commit is contained in:
parent
73120ff7a9
commit
f409c6cadd
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -201,7 +201,7 @@ jobs:
|
|||||||
native-image --version
|
native-image --version
|
||||||
[[ $(which node) == *"graalvm"* ]] || exit 45
|
[[ $(which node) == *"graalvm"* ]] || exit 45
|
||||||
node --version
|
node --version
|
||||||
graalpython --version
|
graalpy --version
|
||||||
[[ $(which R) == *"graalvm"* ]] || exit 56
|
[[ $(which R) == *"graalvm"* ]] || exit 56
|
||||||
R --version
|
R --version
|
||||||
truffleruby --version
|
truffleruby --version
|
||||||
|
Loading…
x
Reference in New Issue
Block a user