From a037a9e2a40474f89b0efa5c38f5ad0a1e6ec4b4 Mon Sep 17 00:00:00 2001 From: vicanso Date: Tue, 15 Oct 2024 20:21:36 +0800 Subject: [PATCH] chore: update workflow --- .github/workflows/windows.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 20bbe2da..3a22c935 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -49,6 +49,9 @@ jobs: if: matrix.target == 'x86_64-pc-windows-gnu' && matrix.channel == 'nightly' shell: bash + - name: Install Protoc + uses: arduino/setup-protoc@v3 + - name: Set Perl environment variables if: runner.os == 'Windows' run: |