From 4e2929a53992c1fa05cc4e29dea614b31b976a59 Mon Sep 17 00:00:00 2001 From: Volker Mische Date: Mon, 15 Jul 2024 13:33:28 +0200 Subject: [PATCH] chore: try again --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index deee3e1..f7de669 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -145,9 +145,9 @@ jobs: steps: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@master - with: - toolchain: ${{ matrix.rust }} - components: clippy + with: + toolchain: ${{ matrix.rust }} + components: clippy - name: Clippy run: cargo clippy --all-features