Skip to content

Commit 5f84a0a

Browse files
committed
Install rustfmt in toolchain
This used to just work but now we somehow have to install it.
1 parent 93edc2e commit 5f84a0a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616

1717
- name: Setup Rust toolchain
1818
uses: dtolnay/rust-toolchain@stable
19+
components: rustfmt
1920

2021
- name: cargo build
2122
run: cargo build

0 commit comments

Comments
 (0)