Skip to content

Commit 5b9c3db

Browse files
committed
ci: define toolchain for format, clippy
1 parent 29b6892 commit 5b9c3db

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ jobs:
4141

4242
- name: Toolchain
4343
uses: actions-rs/toolchain@v1
44+
with:
45+
profile: minimal
46+
toolchain: stable
47+
override: true
4448

4549
- name: format
4650
uses: actions-rs/cargo@v1
@@ -56,6 +60,10 @@ jobs:
5660

5761
- name: Toolchain
5862
uses: actions-rs/toolchain@v1
63+
with:
64+
profile: minimal
65+
toolchain: stable
66+
override: true
5967

6068
- name: format
6169
uses: actions-rs/cargo@v1

0 commit comments

Comments
 (0)