Skip to content

Commit

Permalink
cargo build with --locked flag
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-chia committed Jun 17, 2024
1 parent 960e9e1 commit 623622e
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 @@ -150,7 +150,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 real_balance" --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 --locked

- name: Archive binaries
id: artifacts
Expand Down

0 comments on commit 623622e

Please sign in to comment.