mirror of
https://github.com/openharmony/third_party_rust_ryu.git
synced 2026-07-19 19:13:31 -04:00
Work around yaml's interpretation of colon in install command
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user