Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
cwfitzgerald committed Jan 5, 2023
1 parent 2710544 commit 0ab1b12
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,13 @@ jobs:
override: true
profile: minimal
target: wasm32-unknown-unknown
# https://github.com/alexcrichton/scoped-tls/issues/20
- run: cargo update -p scoped-tls --precise 1.0.0
if: matrix.build == 'pinned'
- run: cargo build --verbose
- run: cargo build --verbose --target wasm32-unknown-unknown
env:
RUSTFLAGS: --cfg=web_sys_unstable_apis
- run: cargo test --verbose
- run: (cd examples/hello && cargo build --features glutin)
- run: (cd examples/hello && cargo build --target wasm32-unknown-unknown)
Expand Down

0 comments on commit 0ab1b12

Please sign in to comment.