We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4fd425 commit 0b3f97aCopy full SHA for 0b3f97a
.github/workflows/release.yml
@@ -69,8 +69,10 @@ jobs:
69
with:
70
env-vars: CARGO USE_VENDOR_FEATURE
71
72
+ - name: Install Protoc
73
+ uses: arduino/setup-protoc@v3
74
+
75
- name: Install linux deps
- if: matrix.target.target == 'linux'
76
run: |
77
sudo apt update
78
sudo apt install \
@@ -120,6 +122,10 @@ jobs:
120
122
- name: Install WiX Toolset
121
123
run: choco install wixtoolset -y --no-progress
124
125
+ # Install protocol buffers compiler
126
+ - name: Install protoc
127
+ run: choco install protoc -y --no-progress
128
129
# Install Rust toolchain with the MSVC target
130
- name: Install Rust (msvc)
131
uses: dtolnay/rust-toolchain@stable
0 commit comments