Skip to content

Commit

Permalink
fix env
Browse files Browse the repository at this point in the history
  • Loading branch information
imabdulbasit committed Nov 22, 2024
1 parent 0da0dab commit a915102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Build
# Build in release without `testing` feature, this should work without `hotshot_example` config.
run: |
export CARGO_TARGET_DIR=${CARGO_TARGET_DIR:-target}
export CARGO_TARGET_DIR=target
cargo build --locked --release --workspace
- name: Build sequencer-sqlite
Expand Down

0 comments on commit a915102

Please sign in to comment.