Browse Source

Fix permission for protoc generation

Sebastien L 3 năm trước cách đây
mục cha
commit
edb830f7b2
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      .github/workflows/esp-idf-v4.3-build.yml

+ 1 - 0
.github/workflows/esp-idf-v4.3-build.yml

@@ -47,6 +47,7 @@ jobs:
     - name: Set build parameters
       run: |
         git update-index --chmod=+x ./server_certs/getcert.sh
+        git update-index --chmod=+x ./components/spotify/cspot/bell/nanopb/generator/protoc
         cd server_certs;./getcert.sh;cat github.pem;cd ..
         shopt -s nocasematch
         branch_name="${GITHUB_REF//refs\/heads\//}"