File tree Expand file tree Collapse file tree 4 files changed +10
-11
lines changed Expand file tree Collapse file tree 4 files changed +10
-11
lines changed Original file line number Diff line number Diff line change 92
92
with :
93
93
lfs : true
94
94
95
- - uses : dtolnay/rust-toolchain@83bdede770b06329615974cf8c786f845d824dfb # nightly
96
- with :
97
- toolchain : nightly
98
- components : rustfmt,clippy,miri
95
+ - uses : dtolnay/rust-toolchain@stable
99
96
100
97
- name : Cache SIMICS Dependencies
101
98
id : cache-simics-packages
@@ -267,14 +264,13 @@ jobs:
267
264
with :
268
265
lfs : false
269
266
270
- - uses : dtolnay/rust-toolchain@83bdede770b06329615974cf8c786f845d824dfb # nightly
271
- with :
272
- toolchain : nightly
273
- components : rustfmt,clippy,miri
267
+ - uses : dtolnay/rust-toolchain@stable
274
268
275
269
- name : Install Cargo Plugins
276
270
run : |
277
- cargo install cargo-audit cargo-outdated cargo-unmaintained
271
+ # force stable toolchain otherwise rust-toolchain will not be used
272
+ # and cargo-unmaintained build will fail
273
+ cargo +stable install cargo-audit cargo-outdated cargo-unmaintained
278
274
279
275
- name : (CT247/CT200) (N/C) - Scan 3rd-Party Components for Vulnerabilities
280
276
run : |
Original file line number Diff line number Diff line change 45
45
46
46
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
47
47
48
- - uses : dtolnay/rust-toolchain@83bdede770b06329615974cf8c786f845d824dfb # nightly
48
+ - uses : dtolnay/rust-toolchain@stable
49
49
50
50
- name : Install mdBook
51
51
run : |
Original file line number Diff line number Diff line change 19
19
egress-policy : audit
20
20
21
21
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
22
- - uses : dtolnay/rust-toolchain@83bdede770b06329615974cf8c786f845d824dfb # nightly
22
+
23
+ - uses : dtolnay/rust-toolchain@stable
23
24
24
25
- name : cargo-release Cache
25
26
id : cargo_release_cache
Original file line number Diff line number Diff line change
1
+ [toolchain ]
2
+ channel = " nightly-2025-02-28"
You can’t perform that action at this time.
0 commit comments