Update publish.yml - add protoc build step
This commit is contained in:
parent
fd601f4826
commit
bfc4ad259d
1 changed files with 5 additions and 0 deletions
5
.github/workflows/publish.yml
vendored
5
.github/workflows/publish.yml
vendored
|
|
@ -30,6 +30,11 @@ jobs:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
|
- name: Set up Protoc
|
||||||
|
uses: arduino-libraries/arduino-protoc-action@v1
|
||||||
|
with:
|
||||||
|
protoc-version: '3.21.12'
|
||||||
|
|
||||||
- uses: actions-rs/toolchain@v1
|
- uses: actions-rs/toolchain@v1
|
||||||
with:
|
with:
|
||||||
toolchain: stable
|
toolchain: stable
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue