From 732a5c9917b3ca49c802fc796afdd0332b345551 Mon Sep 17 00:00:00 2001 From: VendettaReborn Date: Thu, 20 Jun 2024 11:22:19 +0800 Subject: [PATCH] add protoc install action, fix ci --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bc03d0f83..3d9101031 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -178,6 +178,11 @@ jobs: env: RUSTFLAGS: ${{ matrix.rustflags || '--cfg tokio_unstable' }} + - name: Install Protoc + uses: arduino/setup-protoc@v3 + with: + version: "23.2" + - name: Cargo test uses: clechasseur/rs-cargo@v2 if: startsWith(matrix.os, 'ubuntu')