Skip to content

Commit

Permalink
Add libc6-dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
MexicanAce committed Aug 25, 2023
1 parent 5b1bc63 commit 2128036
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 @@ -44,7 +44,7 @@ jobs:
# cargo install cross
# export PATH="/github/home/.cargo/bin:$PATH"
# make build-${{ matrix.arch }}
apt-get update && apt-get install -y libclang-dev
apt-get update && apt-get install -y libclang-dev libc6-dev
cargo build --bin era_test_node --target ${{ matrix.arch }} --release
ls -la target/${{ matrix.arch }}/release
Expand Down

0 comments on commit 2128036

Please sign in to comment.