From 40a0f89194bc8657e07db75f518d6d1e5f7ce176 Mon Sep 17 00:00:00 2001 From: k1LoW Date: Mon, 17 Jun 2024 10:24:06 +0900 Subject: [PATCH] Setup protoc --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f451799..e15d059 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,6 +21,9 @@ jobs: with: go-version-file: go.mod + - name: Install Protoc + uses: arduino/setup-protoc@v3 + - name: Setup run: make testclient