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 a416c10 commit bdd1137Copy full SHA for bdd1137
.github/workflows/release.yml
@@ -133,7 +133,7 @@ jobs:
133
run: |
134
set -eo pipefail
135
target="${{ matrix.target }}"
136
- flags=(--release --bins --no-default-features --features rustls,aws-kms)
+ flags=(--release --bins --no-default-features --features rustls,aws-kms,cli)
137
138
# `jemalloc` and `keccak-asm` are not supported on MSVC or aarch64 Linux.
139
if [[ "$target" != *msvc* && "$target" != "aarch64-unknown-linux-gnu" ]]; then
0 commit comments