Use configu.guess with wasi compatible version

This commit is contained in:
Hiroshi SHIBATA 2025-01-16 18:02:16 +09:00 committed by Takashi Kokubun
parent 9a09844368
commit 18daf8326a

View file

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