Move clippy to nightly rustup call on publish workflow

This commit is contained in:
Juno Takano 2026-02-18 05:20:23 -03:00
commit edd1dc1016

View file

@ -23,8 +23,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: |