Update publish.yml - add protoc build step

This commit is contained in:
PatrykHegenberg 2024-04-26 20:40:17 +02:00 committed by GitHub
parent fd601f4826
commit bfc4ad259d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -30,6 +30,11 @@ jobs:
- name: Checkout
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
with:
toolchain: stable