From bfc4ad259d29e6fbb41158b6845df36916d0a7e8 Mon Sep 17 00:00:00 2001 From: PatrykHegenberg <112555272+PatrykHegenberg@users.noreply.github.com> Date: Fri, 26 Apr 2024 20:40:17 +0200 Subject: [PATCH] Update publish.yml - add protoc build step --- .github/workflows/publish.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index cf4e88d..a064049 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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