Skip to content

Commit

Permalink
Use configu.guess with wasi compatible version
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Jan 16, 2025
1 parent 7427ec7 commit 5670493
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,12 @@ jobs:
make
make install
- name: Run configure
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 \
Expand Down

0 comments on commit 5670493

Please sign in to comment.