Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
risemeup1 committed Aug 10, 2024
1 parent 827e7fe commit d608368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scripts/build_protobuf.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

git clone https://github.com/protocolbuffers/protobuf.git
cd protobuf
git submoduleu update --init
git submodule update --init
git checkout v4.22.0
mkdir build_source && cd build_source
cmake ../cmake -DCMAKE_INSTALL_PREFIX=${PWD}/installed_protobuf_lib -Dprotobuf_BUILD_SHARED_LIBS=OFF -DCMAKE_POSITION_INDEPENDENT_CODE=ON -Dprotobuf_BUILD_TESTS=OFF -DCMAKE_BUILD_TYPE=Release
Expand Down

0 comments on commit d608368

Please sign in to comment.