fix(ci): add missing rust components

pull/428/head
Florian Dehau 4 years ago
parent ef38c229f4
commit 471977b454

@ -24,6 +24,7 @@ jobs:
- uses: hecrj/setup-rust-action@v1.3.4
with:
rust-version: ${{ matrix.rust }}
components: rustfmt,clippy
- uses: actions/checkout@v1
- name: "Install cargo-make"
run: cargo install cargo-make --version v$CI_CARGO_MAKE_VERSION

Loading…
Cancel
Save