Skip to content

Commit a41e9d8

Browse files
committed
Use configu.guess with wasi compatible version
1 parent 10d1291 commit a41e9d8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/wasm.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,12 @@ jobs:
114114
make
115115
make install
116116
117+
- name: Download config.guess with wasi version
118+
run: |
119+
rm tool/config.guess tool/config.sub
120+
ruby tool/downloader.rb -d tool -e gnu config.guess config.sub
121+
working-directory: src
122+
117123
- name: Run configure
118124
run: |
119125
../src/configure \

0 commit comments

Comments
 (0)