Skip to content

Commit

Permalink
Use different clang action and remove env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
noClaps committed Jan 3, 2025
1 parent b99ce4f commit 066cc74
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: egor-tensin/setup-clang@v1
- uses: KyleMayes/install-llvm-action@v2
with:
version: "18"
- run: |
clang --version
clang -print-targets
- run: rustup target add wasm32-wasip1
- uses: oven-sh/setup-bun@v2
- run: bun install
- run: |
export CC="./wasi-sdk/bin/clang"
export WASI_SYSROOT="./wasi-sdk/share/wasi-sysroot"
bun run build --target wasm32-wasip1
ls -al .
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 066cc74

Please sign in to comment.