don't install rust

This commit is contained in:
Jai A 2025-01-31 15:27:21 -08:00
parent fa6d55cd35
commit 6a99ea5808
No known key found for this signature in database
GPG Key ID: 9A9F9B7250E9883C

View File

@ -35,11 +35,11 @@ jobs:
# components: rustfmt, clippy
# targets: aarch64-apple-darwin, x86_64-apple-darwin
- name: Rust setup
# - name: Rust setup
# if: "!startsWith(matrix.platform, 'macos')"
uses: dtolnay/rust-toolchain@stable
with:
components: rustfmt, clippy
# uses: dtolnay/rust-toolchain@stable
# with:
# components: rustfmt, clippy
- name: Setup rust cache
uses: actions/cache@v4