From 37159d46e67ea6fa39df3665e13ffd4185bb9e9f Mon Sep 17 00:00:00 2001 From: Vladimir Borisov Date: Wed, 16 Oct 2024 13:52:36 +0300 Subject: [PATCH] Try fixing the toolchain --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 310f82f..8a6367d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,10 +13,10 @@ jobs: - name: checkout uses: actions/checkout@v3 - name: Stable with rustfmt and clippy - uses: actions-rs/toolchain@v1 + uses: actions-rust-lang/setup-rust-toolchain@v1 with: - profile: minimal toolchain: stable + target: i686-pc-windows-msvc components: rustfmt, clippy - name: Lint code format run: cargo fmt --all -- --check