Try fixing the toolchain

This commit is contained in:
Vladimir Borisov 2024-10-16 13:52:36 +03:00
parent 6e9796afbe
commit 9d794e9b4c
No known key found for this signature in database
GPG key ID: F9A584BE4FCB6603

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