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

Commit b271207

Browse files
CI
1 parent b47364c commit b271207

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@ jobs:
1818
uses: actions/checkout@v6
1919

2020
- name: Set up Rust
21-
uses: actions-rs/toolchain@v1
22-
with:
23-
profile: minimal
21+
uses: actions-rust-lang/setup-rust-toolchain@v1
2422

2523
- name: Run formatter check
2624
run: cargo fmt -- --check

0 commit comments

Comments
 (0)