Skip to content

Commit

Permalink
[FIX] (CI) rust components of weekly
Browse files Browse the repository at this point in the history
  • Loading branch information
makeecat authored Feb 3, 2025
1 parent 3941df5 commit 651ea51
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit 651ea51

Please sign in to comment.