From 734480d177d9c8919e4a5339c8debff99d7baeb4 Mon Sep 17 00:00:00 2001 From: philippe44 Date: Mon, 27 Mar 2023 23:34:54 -0700 Subject: [PATCH] protoc has moved --- .github/workflows/Platform_build.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/Platform_build.yml b/.github/workflows/Platform_build.yml index 722a4ad1..b166410c 100644 --- a/.github/workflows/Platform_build.yml +++ b/.github/workflows/Platform_build.yml @@ -138,11 +138,11 @@ jobs: if: ${{ needs.bootstrap.outputs.mock == 0 }} run: | . ${IDF_PYTHON_ENV_PATH}/bin/activate - chmod +x ./components/spotify/cspot/bell/nanopb/generator/protoc - chmod +x ./components/spotify/cspot/bell/nanopb/generator/protoc-gen-nanopb - chmod +x ./components/spotify/cspot/bell/nanopb/generator/*.py - chmod +x ./components/spotify/cspot/bell/nanopb/generator/*.py2 - chmod +x ./components/spotify/cspot/bell/nanopb/generator/proto/*.py + chmod +x ./components/spotify/cspot/bell/external/nanopb/generator/protoc + chmod +x ./components/spotify/cspot/bell/external/nanopb/generator/protoc-gen-nanopb + chmod +x ./components/spotify/cspot/bell/external/nanopb/generator/*.py + chmod +x ./components/spotify/cspot/bell/external/nanopb/generator/*.py2 + chmod +x ./components/spotify/cspot/bell/external/nanopb/generator/proto/*.py echo "Copying target sdkconfig" cp build-scripts/${TARGET_BUILD_NAME}-sdkconfig.defaults sdkconfig echo "Building project"