Skip to content

Commit

Permalink
Fix wasm.
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Jan 10, 2025
1 parent 31427f0 commit 86e0dc5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,8 @@ jobs:
with:
# Requires wasi_ext unstable
channel: nightly-2024-07-25
targets: wasm32-wasi
- run: rustup target add wasm32-wasi
targets: wasm32-wasip1
- name: Build WASI
run:
cargo +nightly-2024-07-25 build --target wasm32-wasi -p starbase_archive -p
cargo +nightly-2024-07-25 build --target wasm32-wasip1 -p starbase_archive -p
starbase_events -p starbase -p starbase_macros -p starbase_styles -p starbase_utils

0 comments on commit 86e0dc5

Please sign in to comment.