mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
Install wasm-bindgen-cli if it does not exist on CI (#894)
This commit is contained in:
parent
b4bd3f1054
commit
d4868b0e58
@ -31,7 +31,7 @@ install:
|
||||
- rustup target add wasm32-unknown-unknown
|
||||
- cargo install cargo-update || true
|
||||
- cargo install-update-config --version =0.2.58 wasm-bindgen-cli
|
||||
- cargo install-update wasm-bindgen-cli
|
||||
- cargo install-update --allow-no-update wasm-bindgen-cli
|
||||
- LATEST_CHROMEDRIVER_VERSION=`curl -s "https://chromedriver.storage.googleapis.com/LATEST_RELEASE"`
|
||||
- curl --retry 5 -LO "https://chromedriver.storage.googleapis.com/${LATEST_CHROMEDRIVER_VERSION}/chromedriver_linux64.zip"
|
||||
- unzip chromedriver_linux64.zip
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user