From 6988e3c1c1493e802d7a674f2ab8c03124ff4721 Mon Sep 17 00:00:00 2001 From: ydl Date: Sun, 7 Jun 2026 22:35:07 +0800 Subject: [PATCH] github workflows --- .github/workflows/release.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6ee7475..c63c0e1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -52,6 +52,12 @@ jobs: workspaces: "codebase" key: ${{ matrix.target }} + - name: Install protoc + uses: arduino/setup-protoc@v3 + with: + version: "25.x" + repo-token: ${{ secrets.GITHUB_TOKEN }} + - name: Setup Go uses: actions/setup-go@v5 with: