Skip to content

Commit

Permalink
fix arm build
Browse files Browse the repository at this point in the history
  • Loading branch information
imabdulbasit committed Dec 4, 2024
1 parent cc1e003 commit b38d060
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 @@ -110,7 +110,7 @@ jobs:
- name: Build Espresso Dev Node
# Espresso Dev Node currently requires testing feature, so it is built separately.
run: |
cargo build --locked --release --features testing --bin espresso-dev-node
cargo build --locked --release --features "embedded-db testing" --bin espresso-dev-node
- name: Upload artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit b38d060

Please sign in to comment.