Skip to content

Commit

Permalink
Setup clang
Browse files Browse the repository at this point in the history
  • Loading branch information
noClaps committed Jan 3, 2025
1 parent 314c879 commit 94ede36
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build-wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: wget https://github.com/WebAssembly/wasi-sdk/releases/download/wasi-sdk-25/wasi-sdk-25.0-x86_64-linux.tar.gz -O wasi-sdk.tar.gz
- run: tar -xf wasi-sdk.tar.gz
- uses: egon-tensin/setup-clang@v1
- run: |
ls -al ./wasi-sdk/bin
ls -al ./wasi-sdk/share/wasi-sysroot
clang --version
clang -print-targets
- run: rustup target add wasm32-wasip1
- uses: oven-sh/setup-bun@v2
- run: bun install
Expand Down

0 comments on commit 94ede36

Please sign in to comment.