diff options
| author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2025-01-16 18:02:16 +0900 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2025-05-01 16:10:59 +0900 |
| commit | 00343f63652e217f4d57af342a696a3337e27d5b (patch) | |
| tree | 810fc4303277ee66b0ba6f05cc39d9e6937b4cce | |
| parent | 2ac9b27ba35cf5fea5abd82e5af69cfa345abdc2 (diff) | |
Use configu.guess with wasi compatible version
| -rw-r--r-- | .github/workflows/wasm.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/wasm.yml b/.github/workflows/wasm.yml index ba106329af..dd5493528c 100644 --- a/.github/workflows/wasm.yml +++ b/.github/workflows/wasm.yml @@ -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 \ |
