File tree 3 files changed +8
-1
lines changed
3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 25
25
with :
26
26
toolchain : stable
27
27
profile : minimal
28
+ override : true
28
29
components : clippy
29
30
30
31
- name : Build
Original file line number Diff line number Diff line change 45
45
with :
46
46
toolchain : ${{ matrix.rust }}
47
47
default : true
48
+ override : true
48
49
profile : minimal
49
50
components : clippy
50
51
@@ -100,6 +101,7 @@ jobs:
100
101
toolchain : ${{ matrix.rust }}
101
102
profile : minimal
102
103
default : true
104
+ override : true
103
105
target : x86_64-unknown-linux-musl
104
106
105
107
- name : Setup MUSL
@@ -127,6 +129,7 @@ jobs:
127
129
uses : actions-rs/toolchain@v1
128
130
with :
129
131
toolchain : stable
132
+ override : true
130
133
components : rustfmt
131
134
132
135
- run : cargo fmt -- --check
@@ -170,4 +173,4 @@ jobs:
170
173
- uses : actions/upload-artifact@v1
171
174
with :
172
175
name : release-notes.txt
173
- path : ./release-notes.txt
176
+ path : ./release-notes.txt
Original file line number Diff line number Diff line change
1
+ [toolchain ]
2
+ channel = " stable"
3
+ profile = " default"
You can’t perform that action at this time.
0 commit comments