Skip to content
This repository was archived by the owner on Feb 19, 2026. It is now read-only.

Commit dc656ec

Browse files
committed
fix(ci): components
1 parent 2558e42 commit dc656ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rust-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
- uses: actions/checkout@v4
1515
- uses: dtolnay/rust-toolchain@stable
1616
with:
17-
components: [rustfmt, clippy]
17+
components: rustfmt, clippy
1818
- name: Cache cargo
1919
uses: Swatinem/rust-cache@v2
20-
20+
2121
# 1. 代码格式化检查
2222
- name: Run rustfmt
2323
run: cargo fmt --all -- --check

0 commit comments

Comments
 (0)