Closed amatsuda closed 1 year ago
Thanks. Right, it's not possible to install the js
component on 23.0.0-preview1
.
Probably I should fix this in setup-ruby
so it doesn't use the previews for ruby-version: truffleruby+graalvm
.
I was wondering how mini_racer works, the answer is it uses ruby-version: truffleruby+graalvm-head
which is another fix for this, e.g. https://github.com/rubyjs/mini_racer/actions/runs/5106797042/jobs/9179191079
because truffleruby+graalvm 23.0.0-preview1 aborts with
gu: command not found
https://github.com/rails/execjs/actions/runs/5142014882/jobs/9255214275 /cc @eregon