From 3481e59673f9e7a90814fc714a6a374e9cc03207 Mon Sep 17 00:00:00 2001 From: Artur Jamro Date: Thu, 2 Apr 2020 19:34:38 +0200 Subject: [PATCH] Install rustfmt component for the CI job (#1462) --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 51bca259eb..1d17ecefb6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,6 +16,7 @@ jobs: with: submodules: true - uses: ./.github/actions/install-rust + - run: rustup component add rustfmt - run: cargo fmt --all -- --check # Build `mdBook` documentation for `wasmtime`, and upload it as a temporary