diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 53a39625..7bb85cc7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -146,7 +146,7 @@ jobs: - name: Build binaries env: SVM_TARGET_PLATFORM: ${{ matrix.job.svm_target_platform }} - run: cargo build --release --bins --target ${{ matrix.job.target }} --features "cmp dataflow evm print_txn_corpus full_trace force_cache" --no-default-features + run: cargo build --release --bins --target ${{ matrix.job.target }} --features "cmp dataflow evm print_txn_corpus full_trace force_cache real_balance" --no-default-features - name: Archive binaries id: artifacts