From b2443f51797bdc2aebb185ef5f1db702c1d68ff0 Mon Sep 17 00:00:00 2001 From: philippe44 Date: Mon, 27 Mar 2023 23:35:49 -0700 Subject: [PATCH] protoc has moved --- .github/workflows/esp-idf-v4.3-build.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/esp-idf-v4.3-build.yml b/.github/workflows/esp-idf-v4.3-build.yml index 1775e612..9ecb900b 100644 --- a/.github/workflows/esp-idf-v4.3-build.yml +++ b/.github/workflows/esp-idf-v4.3-build.yml @@ -51,11 +51,11 @@ jobs: run: | git update-index --chmod=+x ./server_certs/getcert.sh git update-index --chmod=+x ./buildFirmware.sh - git update-index --chmod=+x ./components/spotify/cspot/bell/nanopb/generator/protoc - git update-index --chmod=+x ./components/spotify/cspot/bell/nanopb/generator/protoc-gen-nanopb - git update-index --chmod=+x ./components/spotify/cspot/bell/nanopb/generator/*.py - git update-index --chmod=+x ./components/spotify/cspot/bell/nanopb/generator/*.py2 - git update-index --chmod=+x ./components/spotify/cspot/bell/nanopb/generator/proto/*.py + git update-index --chmod=+x ./components/spotify/cspot/bell/external/nanopb/generator/protoc + git update-index --chmod=+x ./components/spotify/cspot/bell/external/nanopb/generator/protoc-gen-nanopb + git update-index --chmod=+x ./components/spotify/cspot/bell/external/nanopb/generator/*.py + git update-index --chmod=+x ./components/spotify/cspot/bell/external/nanopb/generator/*.py2 + git update-index --chmod=+x ./components/spotify/cspot/bell/external/nanopb/generator/proto/*.py cd server_certs;./getcert.sh;cat github.pem;cd ..