Skip to content

Commit

Permalink
miniruby may not be built when cross-compiling
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu committed Sep 3, 2022
1 parent c4f2f2e commit 652a624
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/wasm.yml
Expand Up @@ -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
Expand Down

0 comments on commit 652a624

Please sign in to comment.