Commit 16aeaf5
committed
CI: Explicitly install the stable toolchain, ignore mise
This should fix the CI in that it will install the full stable
rust toolchain.
Right now we have no current stable toolchain on the machine and rely on
cargo implicitly installing it in the minimal profile when running
`cargo xtask`.
We can not rely on mise to do the right thing here: Apparently it
finds rustup installed and considers the rust configuration to be met,
independent of whether the stable toolchain is up to date or not..1 parent 78b29cc commit 16aeaf5
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
| 35 | + | |
34 | 36 | | |
35 | 37 | | |
36 | 38 | | |
| |||
45 | 47 | | |
46 | 48 | | |
47 | 49 | | |
| 50 | + | |
| 51 | + | |
48 | 52 | | |
49 | 53 | | |
0 commit comments