File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed
Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 3838 uses : actions-rs/toolchain@v1
3939 with :
4040 profile : minimal
41- toolchain : nightly
41+ toolchain : nightly-2022-02-09
4242 override : true
4343
4444 - name : Run cargo check
6060 uses : actions-rs/toolchain@v1
6161 with :
6262 profile : minimal
63- toolchain : nightly
63+ toolchain : nightly-2022-02-09
6464 override : true
6565 components : rustfmt
6666
8282 uses : actions-rs/toolchain@v1
8383 with :
8484 profile : minimal
85- toolchain : nightly
85+ toolchain : nightly-2022-02-09
8686 override : true
8787 components : rustfmt, clippy
8888
@@ -113,7 +113,7 @@ jobs:
113113 uses : actions-rs/toolchain@v1
114114 with :
115115 profile : minimal
116- toolchain : nightly
116+ toolchain : nightly-2022-02-09
117117 override : true
118118
119119 - name : Run cargo doc
@@ -169,7 +169,7 @@ jobs:
169169 uses : actions-rs/toolchain@v1
170170 with :
171171 profile : minimal
172- toolchain : nightly
172+ toolchain : nightly-2022-02-09
173173 override : true
174174
175175 - name : Checkout gh-pages
Original file line number Diff line number Diff line change 1+ [toolchain ]
2+ channel = " nightly-2022-02-09"
You can’t perform that action at this time.
0 commit comments