Skip to content

Commit

Permalink
fix: protocol buffer のインストールスクリプトを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
kei01234kei committed Nov 16, 2023
1 parent 3f452fb commit 05bf049
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
sudo apt-get install make -y
git clone [email protected]:protocolbuffers/protobuf.git
cd protobuf
git submodule update --init --recursive
cmake .
cmake --build . --parallel 10
ctest --verbose
Expand Down

0 comments on commit 05bf049

Please sign in to comment.