From 05bf04970451941c7c065ff9a7ac554cc97e582e Mon Sep 17 00:00:00 2001 From: Keisuke Ishigami Date: Thu, 16 Nov 2023 12:26:17 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20protocol=20buffer=20=E3=81=AE=E3=82=A4?= =?UTF-8?q?=E3=83=B3=E3=82=B9=E3=83=88=E3=83=BC=E3=83=AB=E3=82=B9=E3=82=AF?= =?UTF-8?q?=E3=83=AA=E3=83=97=E3=83=88=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3376817..1342a97 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,6 +27,7 @@ jobs: sudo apt-get install make -y git clone git@github.com:protocolbuffers/protobuf.git cd protobuf + git submodule update --init --recursive cmake . cmake --build . --parallel 10 ctest --verbose