commit a18a20b12d2f7f8a6ded012f30bd8c83c8ad241b parent 2748d32da93bf1296defec1d7aea4323ac43b9c1 Author: Minerva_juppiter <94231606+minerva-jupiter@users.noreply.github.com> Date: Wed, 29 Jul 2026 22:56:23 +0900 Update cargo-deb.yaml Diffstat:
| M | .github/workflows/cargo-deb.yaml | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/.github/workflows/cargo-deb.yaml b/.github/workflows/cargo-deb.yaml @@ -47,6 +47,10 @@ jobs: - name: Install cargo-deb run: cargo install cargo-deb + - name: Install Protoc + uses: arduino/setup-protoc@v2 + with: + repo-token: ${{ secrets.GITHUB_TOKEN }} - name: Build package (${{ matrix.name }}) id: build_pkg