Skip to content

Commit 10cbc78

Browse files
committed
Install rustfmt on azure pipelines
1 parent ff1addb commit 10cbc78

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,9 @@ jobs:
257257
displayName: "Doc - build the API documentation"
258258
steps:
259259
- template: ci/azure-install-rust.yml
260+
# Install rustfmt so we can format the web-sys bindings
261+
- script: rustup component add rustfmt
262+
displayName: "Install rustfmt"
260263
- template: ci/azure-install-sccache.yml
261264
- script: cargo doc --no-deps --features 'nightly serde-serialize'
262265
displayName: "Document wasm-bindgen"

0 commit comments

Comments
 (0)