Skip to content

Commit

Permalink
Try to fix browser test CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
langyo committed Aug 13, 2024
1 parent 53d7eaa commit 36bdc28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/everything.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ jobs:
with:
version: 'latest'

- name: Run cargo build --all --target=wasm32-unknown-unknown
run: cargo build --all --target=wasm32-unknown-unknown
- name: Build WASM
run: cargo build --all --target=wasm32-unknown-unknown --features browser_env
env:
RUSTFLAGS: '--cfg releasing'

Expand Down

0 comments on commit 36bdc28

Please sign in to comment.