From ddb618f0d9bb80408f3259e6c1b2d74348547c6a Mon Sep 17 00:00:00 2001 From: Lucas <24826124+Luro02@users.noreply.github.com> Date: Fri, 1 Oct 2021 13:39:17 +0200 Subject: [PATCH] fix ci by running rustfmt on nightly --- .github/workflows/rust.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 51f29b4..dcee66c 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -41,7 +41,8 @@ jobs: - uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: stable + # rustfmt uses unstable features + toolchain: nightly override: true - run: rustup component add rustfmt - uses: Swatinem/rust-cache@v1