Skip to content

Commit 6472b78

Browse files
committed
GitHub Actions: Pass --component rustfmt in formatting job
1 parent a34dd83 commit 6472b78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,5 @@ jobs:
6161
timeout-minutes: 2
6262
steps:
6363
- uses: actions/checkout@v1
64-
- run: rustup install nightly
64+
- run: rustup install nightly -c rustfmt
6565
- run: cargo +nightly fmt -- --check

0 commit comments

Comments
 (0)