Skip to content

Commit

Permalink
ci: Remove setup-rust
Browse files Browse the repository at this point in the history
Apparently Rust is just available in GH Actions
  • Loading branch information
noClaps committed Jan 2, 2025
1 parent 64a9f98 commit 2437fea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build-wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oxc-project/setup-rust@main
- run: rustup target add wasm32-wasip1-threads
- uses: oven-sh/setup-bun@v2
- run: |
Expand Down

0 comments on commit 2437fea

Please sign in to comment.