Skip to content

Commit 22221f1

Browse files
committed
Use jt ruby-home instead of mx standalone-home
* The latter no longer works with unchained standalones.
1 parent f8bedc6 commit 22221f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,9 +140,9 @@ jobs:
140140
if: matrix.name == '+graalvm-ea'
141141

142142
- run: mkdir -p ~/.rubies
143-
- run: mv $(jt mx --env native standalone-home --type=native ruby) ~/.rubies/truffleruby${{ matrix.name }}
143+
- run: mv $(jt -u native ruby-home) ~/.rubies/truffleruby${{ matrix.name }}
144144
if: matrix.name == '-head'
145-
- run: mv $(jt mx --env jvm-ce-libgraal standalone-home --type=jvm ruby) ~/.rubies/truffleruby${{ matrix.name }}
145+
- run: mv $(jt -u jvm-ce-libgraal ruby-home) ~/.rubies/truffleruby${{ matrix.name }}
146146
if: matrix.name == '+graalvm-head'
147147
- run: mv truffleruby-jvm-ea-master-build ~/.rubies/truffleruby${{ matrix.name }}
148148
if: matrix.name == '+graalvm-ea'

0 commit comments

Comments
 (0)