From 3b5e51dbad5a446f26eee8861bbc61460f24bdac Mon Sep 17 00:00:00 2001 From: Juan Leni Date: Thu, 9 May 2024 16:51:08 +0200 Subject: [PATCH] install fmt --- .github/workflows/main.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index b809dfb..b3d2f93 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -24,11 +24,11 @@ jobs: - name: show versions run: | rustup show - + - name: Install rustfmt + run: rustup component add rustfmt --toolchain nightly - name: rustfmt run: | cargo +nightly fmt -- --check - - name: rust cache uses: Swatinem/rust-cache@v1 with: