From 88d0624905d2283ade2e09770f07459a8027419a Mon Sep 17 00:00:00 2001 From: Hyoungjoo Kim Date: Mon, 12 Feb 2024 13:51:33 -0500 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5cf1978..08111ea 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,6 +19,8 @@ jobs: - uses: actions/checkout@v3 - name: Install Toolchain run: rustup update stable && rustup default stable && rustup component add rustfmt + - name: Install protoc + run: sudo apt-get -y update && sudo apt-get -y install protobuf-compiler - name: Install cargo-llvm-cov uses: taiki-e/install-action@cargo-llvm-cov - name: Format check