From 60492078f18e39caafbffe0253c1ede9241f9f6d Mon Sep 17 00:00:00 2001 From: ZoOL Date: Tue, 25 Jun 2024 16:59:29 +0800 Subject: [PATCH] add protoc --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0e7e3e9..46f9f25 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,6 +19,9 @@ jobs: - name: Install stable toolchain uses: dtolnay/rust-toolchain@stable + - name: Install Protoc + uses: arduino/setup-protoc@v3 + - name: Run cargo check run: cargo check --all-targets