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.
1 parent 2697fa7 commit ee24be7Copy full SHA for ee24be7
ci/test-stable.sh
@@ -5,7 +5,8 @@ set -ex
5
cmd="${1:-test}"
6
7
# Install cargo-hack for feature flag test
8
-cargo install cargo-hack
+host=$(rustc -Vv | grep host | sed 's/host: //')
9
+curl -LsSf https://github.com/taiki-e/cargo-hack/releases/latest/download/cargo-hack-$host.tar.gz | tar xzf - -C ~/.cargo/bin
10
11
# Run with each feature
12
# * --each-feature includes both default/no-default features
0 commit comments