Skip to content

Commit 0b3f97a

Browse files
committed
Fix windows and linux release
1 parent c4fd425 commit 0b3f97a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,10 @@ jobs:
6969
with:
7070
env-vars: CARGO USE_VENDOR_FEATURE
7171

72+
- name: Install Protoc
73+
uses: arduino/setup-protoc@v3
74+
7275
- name: Install linux deps
73-
if: matrix.target.target == 'linux'
7476
run: |
7577
sudo apt update
7678
sudo apt install \
@@ -120,6 +122,10 @@ jobs:
120122
- name: Install WiX Toolset
121123
run: choco install wixtoolset -y --no-progress
122124

125+
# Install protocol buffers compiler
126+
- name: Install protoc
127+
run: choco install protoc -y --no-progress
128+
123129
# Install Rust toolchain with the MSVC target
124130
- name: Install Rust (msvc)
125131
uses: dtolnay/rust-toolchain@stable

0 commit comments

Comments
 (0)