Change check CI workflow clippy to nightly
Some checks failed
/ verify (push) Has been cancelled
/ publish (push) Has been cancelled

This commit is contained in:
Juno Takano 2026-02-18 05:09:19 -03:00
commit a9d7e70f29

View file

@ -28,8 +28,8 @@ jobs:
- name: Setup Rust toolchain
run: |
rustup component add clippy llvm-tools-preview
rustup component add --toolchain nightly rustfmt
rustup component add llvm-tools-preview
rustup component add --toolchain nightly rustfmt clippy
- name: Setup additional tooling
run: |