Skip to content

Commit bdd1137

Browse files
authored
ci: enable anvil default feature for release (#8540)
1 parent a416c10 commit bdd1137

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
run: |
134134
set -eo pipefail
135135
target="${{ matrix.target }}"
136-
flags=(--release --bins --no-default-features --features rustls,aws-kms)
136+
flags=(--release --bins --no-default-features --features rustls,aws-kms,cli)
137137
138138
# `jemalloc` and `keccak-asm` are not supported on MSVC or aarch64 Linux.
139139
if [[ "$target" != *msvc* && "$target" != "aarch64-unknown-linux-gnu" ]]; then

0 commit comments

Comments
 (0)