Skip to content

Commit bbe66ef

Browse files
committed
In progress
1 parent 12d39f2 commit bbe66ef

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/publish-to-auto-release.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ jobs:
4040
# Those targets are only used on macos runners so it's in an `if` to slightly speed up windows and linux builds.
4141
targets: ${{ matrix.platform == 'macos-latest' && 'aarch64-apple-darwin,x86_64-apple-darwin' || '' }}
4242

43+
- name: Install protoc on Windows
44+
if: matrix.platform == 'windows-latest'
45+
run: choco install protoc -y
46+
4347
- name: install dependencies (ubuntu only)
4448
if: matrix.platform == 'ubuntu-22.04' # This must match the platform value defined above.
4549
run: |
@@ -60,4 +64,4 @@ jobs:
6064
releaseBody: "See the assets to download this version and install."
6165
releaseDraft: true
6266
prerelease: false
63-
args: ${{ matrix.args }}
67+
args: ${{ matrix.args }}

0 commit comments

Comments
 (0)