Skip to content

Commit

Permalink
Fix CI for WebAssembly on Rust 1.40
Browse files Browse the repository at this point in the history
  • Loading branch information
AldaronLau committed Aug 17, 2023
1 parent 08f6dd6 commit 7e73059
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,8 @@ jobs:
- run: cargo update -p js-sys --precise 0.3.55
- run: cargo update -p wasm-bindgen --precise 0.2.78
- run: cargo update -p log --precise 0.4.17
- run: cargo update -p quote --precise 1.0.30
- run: cargo update -p proc-macro2 --precise 1.0.63
- run: cargo build --all-features --target=${{ matrix.cc }}
- run: cargo build --no-default-features --target=${{ matrix.cc }}
- run: RUSTFLAGS="--cfg target_os=\"daku\"" cargo build --target=${{ matrix.cc }}
Expand Down

0 comments on commit 7e73059

Please sign in to comment.