Install rust-src component for cargo check

This commit is contained in:
Philipp Oppermann
2020-07-16 16:31:52 +02:00
parent ffe1b6abd0
commit c4672096d4

View File

@@ -28,6 +28,8 @@ jobs:
with: with:
profile: minimal profile: minimal
toolchain: nightly toolchain: nightly
- name: "Install `rust-src` Rustup Component"
run: rustup component add rust-src
- uses: actions-rs/cargo@v1 - uses: actions-rs/cargo@v1
with: with:
command: check command: check