From 135edda3abf12a110b5c245e5df2bd4ea2c59d4d Mon Sep 17 00:00:00 2001 From: RKennedy9064 Date: Wed, 8 Apr 2020 22:34:16 -0500 Subject: [PATCH] Update rust.yml All the cool kids are doing it --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index b9e2e47..abefb99 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -100,7 +100,7 @@ jobs: timeout-minutes: 2 steps: - uses: actions/checkout@v1 - - run: rustup install nightly + - run: rustup toolchain install nightly --profile minimal --component rustfmt - run: cargo +nightly fmt -- --check clippy: