From 1a8c4a773cfcf8dc1ce3cd0b4982f5c44107ad03 Mon Sep 17 00:00:00 2001 From: Nicolas Patry Date: Tue, 4 Mar 2025 16:56:05 +0100 Subject: [PATCH] Fixing the github action. --- .github/workflows/tests.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 9b449097..f8c17dc7 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -27,7 +27,8 @@ jobs: with: python-version: 3.11 - uses: dtolnay/rust-toolchain@1.85.0 - components: rustfmt, clippy + with: + components: rustfmt, clippy - name: Install Protoc uses: arduino/setup-protoc@v1 - name: Clean unused files