miniruby may not be built when cross-compiling
This commit is contained in:
parent
c4f2f2ef2b
commit
652a624891
3
.github/workflows/wasm.yml
vendored
3
.github/workflows/wasm.yml
vendored
@ -92,7 +92,8 @@ jobs:
|
||||
debugflags="${{ matrix.entry.debugflags }}" \
|
||||
wasmoptflags="${{ matrix.entry.wasmoptflags }} ${{ matrix.entry.debugflags }}"
|
||||
|
||||
- run: make ruby
|
||||
# miniruby may not be built when cross-compling
|
||||
- run: make mini ruby
|
||||
- name: Run basictest
|
||||
run: wasmtime run ./../build/miniruby --mapdir /::./ -- basictest/test.rb
|
||||
working-directory: src
|
||||
|
Loading…
x
Reference in New Issue
Block a user