Skip to content

Commit

Permalink
Replace use of cross with cargo build
Browse files Browse the repository at this point in the history
  • Loading branch information
MexicanAce committed Aug 25, 2023
1 parent 89698ed commit f1e9af6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ jobs:
# ==============================
- name: Build era-test-node for ${{ matrix.arch }}
run: |
cargo install cross
export PATH="/github/home/.cargo/bin:$PATH"
make build-${{ matrix.arch }}
# cargo build --bin era_test_node --target ${{ matrix.arch }} --release
# cargo install cross
# export PATH="/github/home/.cargo/bin:$PATH"
# make build-${{ matrix.arch }}
cargo build --bin era_test_node --target ${{ matrix.arch }} --release
ls -la target/${{ matrix.arch }}/release
- name: Rename and move binary
Expand Down

0 comments on commit f1e9af6

Please sign in to comment.