ci: Fix msrv build script
This commit is contained in:
parent
96758df5dd
commit
8a791dd530
@ -7,7 +7,7 @@ tasks:
|
|||||||
- rustup: |
|
- rustup: |
|
||||||
# Install stable for compiling xtask, which then uses 1.45
|
# Install stable for compiling xtask, which then uses 1.45
|
||||||
# We specify --profile minimal because we'd otherwise download docs
|
# We specify --profile minimal because we'd otherwise download docs
|
||||||
rustup toolchain install stable,1.45 --profile minimal
|
rustup toolchain install stable 1.45 --profile minimal
|
||||||
rustup default stable
|
rustup default stable
|
||||||
- test: |
|
- test: |
|
||||||
cd ruma
|
cd ruma
|
||||||
|
Loading…
x
Reference in New Issue
Block a user