From eeae6061ac06502acd169a4ce2805d0ed66f1045 Mon Sep 17 00:00:00 2001 From: Aleh Zasypkin Date: Sat, 30 Mar 2024 17:56:21 +0100 Subject: [PATCH] ci: include CI step to install `protoc` --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e1faae5..5bbb382 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,6 +34,9 @@ jobs: - uses: actions/checkout@v3 name: Checkout + - name: Install Protoc + uses: arduino/setup-protoc@v3 + # Always install nightly toolchain for `Rustfmt`. - name: Install toolchain ${{ matrix.rust }} run: |