cu: install nightly toolchain for rustfmt

This commit is contained in:
uncenter 2024-02-11 09:03:31 -05:00
parent 9475cd6283
commit d93f89d5ce
No known key found for this signature in database

View file

@ -31,7 +31,7 @@ jobs:
- name: Setup Rust toolchain
run: |
rustup toolchain install stable --profile minimal
rustup toolchain install nightly --profile minimal
rustup component add rustfmt --toolchain nightly
- name: Setup Rust cache