From a0b81429d13c80fc426b5cd78d17ee2d63cfc0a2 Mon Sep 17 00:00:00 2001 From: jdonszelmann Date: Fri, 24 Nov 2023 23:18:02 +0100 Subject: [PATCH] install fmt --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3bcab25..f63ed77 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: - nightly steps: - uses: actions/checkout@v3 - - run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }} && rustup component add clippy + - run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }} && rustup component add clippy && cargo install cargo-fmt - run: cargo build --verbose - run: cargo test --verbose - run: cargo clippy --all-features -- -D warnings