Skip to content

Commit

Permalink
ci: add wasi-sdk to path
Browse files Browse the repository at this point in the history
  • Loading branch information
dynamite-bud committed Dec 18, 2023
1 parent 774902d commit a85f3fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
pwd
- name: Add WASI SDK to PATH
run: |
echo "wasi-sdk/bin" >> $GITHUB_ENV
echo "/home/runner/work/winterjs/winterjs/wasi-sdk/bin" >> $GITHUB_PATH
- name: Setup Rust
uses: dsherret/rust-toolchain-file@v1
- uses: actions/setup-node@v4
Expand Down

0 comments on commit a85f3fd

Please sign in to comment.