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 33232a2 commit f1e0db0Copy full SHA for f1e0db0
1 file changed
.github/workflows/release.yml
@@ -1,6 +1,7 @@
1
name: Release build
2
3
on:
4
+ workflow_dispatch:
5
push:
6
tags:
7
- '*'
@@ -91,9 +92,9 @@ jobs:
91
92
93
- name: Build and install protobuf library
94
if: matrix.target == 'arm-unknown-linux-gnueabihf' || matrix.target == 'x86_64-unknown-linux-gnu' || matrix.target == 'aarch64-unknown-linux-gnu' || matrix.target == 'x86_64-unknown-linux-musl'
- run: |
95
- git clone --depth=1 --recursive -b v25.1 https://github.com/protocolbuffers/protobuf
96
- cd protobuf && cmake . && cmake --build . --parallel 10 && sudo cmake --install .
+ uses: arduino/setup-protoc@v3
+ with:
97
+ version: "25.1"
98
99
- name: Restore cached cargo
100
uses: swatinem/rust-cache@v2
0 commit comments