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: