Commit 23d2bdb
committed
fix: Add required toolchain parameter to rust-toolchain action
The dtolnay/rust-toolchain action requires a 'toolchain' parameter (e.g., stable, nightly).
Added 'toolchain: stable' to both test and benchmarks jobs.
Previous error:
'toolchain' is a required input
Error: Process completed with exit code 1
Fixed in:
- test job (line 36)
- benchmarks job (line 235)1 parent d118724 commit 23d2bdb
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
| |||
231 | 232 | | |
232 | 233 | | |
233 | 234 | | |
| 235 | + | |
234 | 236 | | |
235 | 237 | | |
236 | 238 | | |
| |||
0 commit comments