diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 04cc3ed..408c0758 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,10 +23,13 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - + - name: Install Protobuf run: sudo apt-get install -y protobuf-compiler + - name: Install Protobuf + run: sudo apt-get install -y protobuf-compiler + - name: Build run: cargo build --verbose