From 27c76db243cb7e1889865bb6fed94f2e43a35b2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20L=C3=B6nnhager?= Date: Mon, 2 Dec 2024 09:32:30 +0100 Subject: [PATCH] fixup: without protoc --- .github/workflows/daemon.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/daemon.yml b/.github/workflows/daemon.yml index d262cd21fcd8..326078f67289 100644 --- a/.github/workflows/daemon.yml +++ b/.github/workflows/daemon.yml @@ -134,6 +134,8 @@ jobs: run: git submodule update --init --depth=1 - name: Install Protoc + # The ARM runner comes with this installed + if: ${{ matrix.config.arch != 'arm64' }} uses: arduino/setup-protoc@v3 with: repo-token: ${{ secrets.GITHUB_TOKEN }}