Commit 65de54e
authored
Fix Rustup step in CI (#115)
Seems like we finally got hit by the rustup v1.28 changes (Github action
runners likely updated between last week and now). We were previously
using [actions-rs/toolchain](https://github.com/actions-rs/toolchain)
but that has been archived for a while. Instead I've simply replaced
that action with a couple of manual `rustup` commands.1 parent e3e6983 commit 65de54e
1 file changed
+7
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
77 | 78 | | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
| 79 | + | |
| 80 | + | |
0 commit comments