Skip to content

Commit

Permalink
Add packages from cross config in build step
Browse files Browse the repository at this point in the history
  • Loading branch information
MexicanAce committed Aug 25, 2023
1 parent f1e9af6 commit 5abc4f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
# cargo install cross
# export PATH="/github/home/.cargo/bin:$PATH"
# make build-${{ matrix.arch }}
apt-get update && apt-get install --assume-yes apt-utils --no-install-recommends pkg-config libssl-dev libsasl2-dev llvm-dev libclang-6.0-dev clang-6.0
cargo build --bin era_test_node --target ${{ matrix.arch }} --release
ls -la target/${{ matrix.arch }}/release
Expand Down

0 comments on commit 5abc4f6

Please sign in to comment.