mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Use configu.guess with wasi compatible version
This commit is contained in:
parent
9a09844368
commit
18daf8326a
1 changed files with 6 additions and 0 deletions
6
.github/workflows/wasm.yml
vendored
6
.github/workflows/wasm.yml
vendored
|
@ -114,6 +114,12 @@ jobs:
|
|||
make
|
||||
make install
|
||||
|
||||
- name: Download config.guess with wasi version
|
||||
run: |
|
||||
rm tool/config.guess tool/config.sub
|
||||
ruby tool/downloader.rb -d tool -e gnu config.guess config.sub
|
||||
working-directory: src
|
||||
|
||||
- name: Run configure
|
||||
run: |
|
||||
../src/configure \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue