Skip to content

Commit fec8fc9

Browse files
committed
Fix style.yml: Set override to true when installing toolchain
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
1 parent 129599f commit fec8fc9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/style.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
profile: minimal
3030
toolchain: ${{ matrix.toolchain }}
3131
components: rustfmt, clippy
32+
override: true
3233
- uses: actions/checkout@v2
3334
- name: cargo fmt --check
3435
uses: actions-rs/cargo@v1

0 commit comments

Comments
 (0)