From da1237c733efa25f76389678924d03375f98e1e8 Mon Sep 17 00:00:00 2001 From: Joel Natividad <1980690+jqnatividad@users.noreply.github.com> Date: Fri, 30 Sep 2022 09:21:41 -0400 Subject: [PATCH] try rustfmt check with nightly again --- .github/workflows/rustfmt.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/rustfmt.yml b/.github/workflows/rustfmt.yml index b79c5ca97..cb36a6b74 100644 --- a/.github/workflows/rustfmt.yml +++ b/.github/workflows/rustfmt.yml @@ -22,6 +22,7 @@ jobs: - name: Check formatting uses: actions-rs/cargo@v1 with: - toolchain: nightly command: fmt + toolchain: nightly + use-cross: false args: -- --check