Skip to content

Commit

Permalink
Try fixing the toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
core1024 committed Oct 16, 2024
1 parent 6e9796a commit 9d794e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9d794e9

Please sign in to comment.