Selaa lähdekoodia

protoc has moved

philippe44 1 vuosi sitten
vanhempi
commit
b2443f5179
1 muutettua tiedostoa jossa 5 lisäystä ja 5 poistoa
  1. 5 5
      .github/workflows/esp-idf-v4.3-build.yml

+ 5 - 5
.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 ..