Skip to content

Commit 1198799

Browse files
committed
add cc
1 parent 3a8c051 commit 1198799

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/java-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
docker run --platform linux/arm64 -v ${{ github.workspace }}:/workspace -w /workspace ubuntu:20.04 bash -c "
5454
set -ex
5555
apt-get update
56-
DEBIAN_FRONTEND=noninteractive apt-get install -y git curl protobuf-compiler libssl-dev pkg-config
56+
DEBIAN_FRONTEND=noninteractive apt-get install -y git curl build-essential protobuf-compiler libssl-dev pkg-config
5757
5858
curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain stable
5959
source \$HOME/.cargo/env

0 commit comments

Comments
 (0)