From d1850af60972783e10505e4f924d871fedd4381c Mon Sep 17 00:00:00 2001 From: John Date: Thu, 30 May 2024 13:09:54 -0700 Subject: [PATCH] install more compiler --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d440073c6..c9be0a53f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -106,6 +106,8 @@ jobs: - name: Install Protobuf Compilers run: | python3 -m pip install -U "betterproto[compiler]" + apt install protobuf-compiler + apt install golang-goprotobuf-dev - name: Verify Protobuf Codegen env: