Try fixing the toolchain

This commit is contained in:
Vladimir Borisov 2024-10-16 13:52:36 +03:00
parent e93d0be5a4
commit 37159d46e6

View file

@ -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