Skip to content

Commit bdcafa6

Browse files
committed
Fix formating workflow
1 parent 02dfe07 commit bdcafa6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/format.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,9 @@ jobs:
1414
- name: Checkout code
1515
uses: actions/checkout@v3
1616
- name: Install Rust
17-
uses: actions-rs/toolchain@v1
17+
uses: dtolnay/rust-toolchain@nightly
1818
with:
19-
toolchain: stable
20-
override: true
19+
components: rustfmt, clippy
2120
- name: Cache cargo registry
2221
uses: actions/cache@v3
2322
with:

0 commit comments

Comments
 (0)