From a8d84c83601bddc12a340a1fc5a36d24f3eac4a2 Mon Sep 17 00:00:00 2001 From: pgherveou Date: Wed, 8 Oct 2025 09:59:53 +0200 Subject: [PATCH] fix --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 348f69e..9095916 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,7 +28,7 @@ jobs: uses: actions-rust-lang/setup-rust-toolchain@v1 - name: Cargo fmt - run: cargo fmt --all -- --check + run: cargo +nightly fmt --all -- --check cache-polkadot: name: Build and cache Polkadot binaries on ${{ matrix.os }}