Add rustfmt from nighly to CI toolchain setup

This commit is contained in:
Juno Takano 2026-02-16 14:45:32 -03:00
commit a7770e1486

View file

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