mirror of
https://github.com/emilk/egui.git
synced 2026-06-26 22:53:14 -04:00
Use pinned version of wasm-bindgen-cli (#1855)
* Use pinned version of wasm-bindgen-cli * Update wasm-bindgen to 0.2.82 * Call setup_web.sh from scripts that depends on it
This commit is contained in:
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
@@ -193,5 +193,5 @@ jobs:
|
||||
toolchain: 1.60.0
|
||||
override: true
|
||||
- run: rustup target add wasm32-unknown-unknown
|
||||
- run: cargo install wasm-bindgen-cli
|
||||
- run: ./sh/setup_web.sh
|
||||
- run: ./sh/wasm_bindgen_check.sh
|
||||
|
||||
Reference in New Issue
Block a user