We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
.github/workflows/ci.yml
1 parent 0823691 commit c504e3dCopy full SHA for c504e3d
.github/workflows/ci.yml
@@ -74,6 +74,7 @@ jobs:
74
else
75
RUSTC_HASH=$(< rust-version)
76
fi
77
+ # We need a nightly cargo for parts of the cargo miri test suite.
78
rustup-toolchain-install-master \
79
-f \
80
-n master "$RUSTC_HASH" \
0 commit comments