Skip to content

Commit

Permalink
Add back cargo install of cross
Browse files Browse the repository at this point in the history
  • Loading branch information
MexicanAce committed Aug 25, 2023
1 parent d168a5b commit dc710d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
# ==============================
- name: Build era-test-node for ${{ matrix.arch }}
run: |
# cargo install cross
cargo install cross
make build-${{ matrix.arch }}
# cargo build --bin era_test_node --target ${{ matrix.arch }} --release
ls -la target/${{ matrix.arch }}/release
Expand Down

0 comments on commit dc710d3

Please sign in to comment.