Skip to content

Commit

Permalink
ci: enable anvil default feature for release (#8540)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse authored Jul 27, 2024
1 parent a416c10 commit bdd1137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:
run: |
set -eo pipefail
target="${{ matrix.target }}"
flags=(--release --bins --no-default-features --features rustls,aws-kms)
flags=(--release --bins --no-default-features --features rustls,aws-kms,cli)
# `jemalloc` and `keccak-asm` are not supported on MSVC or aarch64 Linux.
if [[ "$target" != *msvc* && "$target" != "aarch64-unknown-linux-gnu" ]]; then
Expand Down

0 comments on commit bdd1137

Please sign in to comment.