Skip to content

Commit

Permalink
I'm always forgetting this one
Browse files Browse the repository at this point in the history
  • Loading branch information
alercah committed Dec 3, 2024
1 parent ba35b2e commit cf55afd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
run: cargo test --verbose
build-wasm:
runs-on: ubuntu-latest
env:
RUSTFLAGS: "--cfg=web_sys_unstable_apis"
steps:
- uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v2
Expand All @@ -38,6 +40,8 @@ jobs:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main'
needs: build-wasm
env:
RUSTFLAGS: "--cfg=web_sys_unstable_apis"
steps:
- uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v2
Expand Down

0 comments on commit cf55afd

Please sign in to comment.