Skip to content

Commit 1be1417

Browse files
committed
fix
1 parent 17d30f0 commit 1be1417

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev-support/docker/pkg-resolver/install-protobuf.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ if [ "$version_to_install" == "3.25.5" ]; then
4949
curl -L -s -S \
5050
https://github.com/abseil/abseil-cpp/archive/refs/tags/20230802.1.tar.gz \
5151
-o /opt/abseil-cpp.tar.gz &&
52-
tar xzf /opt/abseil-cpp.tar.gz --strip-components 1 -C protobuf-src/third_party/abseil-cpp &&
52+
tar xzf /opt/abseil-cpp.tar.gz --strip-components 1 -C /opt/protobuf-src/third_party/abseil-cpp &&
5353
cd /opt/protobuf-src &&
5454
cmake -S . -B build -Dprotobuf_BUILD_TESTS=OFF &&
5555
cmake --build build --parallel $(nproc) &&

0 commit comments

Comments
 (0)