From 651ea515098e81110c974fca93c8df34266e2827 Mon Sep 17 00:00:00 2001 From: Yang Zhou Date: Mon, 3 Feb 2025 07:33:18 -0500 Subject: [PATCH] [FIX] (CI) rust components of weekly --- .github/workflows/weekly.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/weekly.yml b/.github/workflows/weekly.yml index 7d5b87380..e458f5c14 100644 --- a/.github/workflows/weekly.yml +++ b/.github/workflows/weekly.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@beta with: - components: clippy,rustfmt + components: clippy, rustfmt - name: Install audit run: cargo install cargo-audit cargo-deny - name: Run audit @@ -39,6 +39,8 @@ jobs: steps: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@beta + with: + components: clippy, rustfmt - name: Setup rust-cache uses: Swatinem/rust-cache@v2 with: