Skip to content

Commit 9fa2080

Browse files
committedFeb 19, 2025·
fix proto linux
1 parent 7f97bd2 commit 9fa2080

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Cross.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build]
22
pre-build = [
33
"dpkg --add-architecture $CROSS_DEB_ARCH",
4-
"apt-get update && apt-get install --assume-yes libssl-dev:$CROSS_DEB_ARCH libdbus-1-dev:$CROSS_DEB_ARCH pkg-config protobuf-compiler"
4+
"apt-get update && apt-get install --assume-yes libssl-dev:$CROSS_DEB_ARCH libdbus-1-dev:$CROSS_DEB_ARCH pkg-config protobuf-compiler-grpc"
55
]
66

0 commit comments

Comments
 (0)
Please sign in to comment.