ci: Fix msrv build script

This commit is contained in:
Jonas Platte 2021-04-13 21:26:53 +02:00
parent 96758df5dd
commit 8a791dd530
No known key found for this signature in database
GPG Key ID: CC154DE0E30B7C67

View File

@ -7,7 +7,7 @@ tasks:
- rustup: |
# Install stable for compiling xtask, which then uses 1.45
# 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
- test: |
cd ruma