Work around yaml's interpretation of colon in install command

This commit is contained in:
David Tolnay
2020-04-23 03:06:53 -07:00
parent 58b49b5bda
commit 45a8e9eb5d
+1 -1
View File
@@ -19,7 +19,7 @@ matrix:
- name: Miri
install:
- MIRI_NIGHTLY=nightly-$(curl -s https://rust-lang.github.io/rustup-components-history/x86_64-unknown-linux-gnu/miri)
- echo "Installing latest nightly with Miri: $MIRI_NIGHTLY"
- echo "Latest nightly with Miri is $MIRI_NIGHTLY"
- rustup set profile minimal
- rustup default "$MIRI_NIGHTLY"
- rustup component add miri