Install rustfmt component for the CI job (#1462)

This commit is contained in:
Artur Jamro
2020-04-02 19:34:38 +02:00
committed by GitHub
parent dff789c7c6
commit 3481e59673

View File

@@ -16,6 +16,7 @@ jobs:
with: with:
submodules: true submodules: true
- uses: ./.github/actions/install-rust - uses: ./.github/actions/install-rust
- run: rustup component add rustfmt
- run: cargo fmt --all -- --check - run: cargo fmt --all -- --check
# Build `mdBook` documentation for `wasmtime`, and upload it as a temporary # Build `mdBook` documentation for `wasmtime`, and upload it as a temporary