We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a8c051 commit 1198799Copy full SHA for 1198799
1 file changed
.github/workflows/java-publish.yml
@@ -53,7 +53,7 @@ jobs:
53
docker run --platform linux/arm64 -v ${{ github.workspace }}:/workspace -w /workspace ubuntu:20.04 bash -c "
54
set -ex
55
apt-get update
56
- DEBIAN_FRONTEND=noninteractive apt-get install -y git curl protobuf-compiler libssl-dev pkg-config
+ DEBIAN_FRONTEND=noninteractive apt-get install -y git curl build-essential protobuf-compiler libssl-dev pkg-config
57
58
curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain stable
59
source \$HOME/.cargo/env
0 commit comments