miniruby may not be built when cross-compiling

This commit is contained in:
Nobuyoshi Nakada 2022-09-03 15:10:23 +09:00
parent c4f2f2ef2b
commit 652a624891
No known key found for this signature in database
GPG Key ID: 7CD2805BFA3770C6

View File

@ -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