mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-09 04:57:06 +03:00
more attempts to figure out permissions
This commit is contained in:
12
.github/workflows/esp-idf-v4.3-build.yml
vendored
12
.github/workflows/esp-idf-v4.3-build.yml
vendored
@@ -47,12 +47,12 @@ jobs:
|
|||||||
key: ${{ runner.os }}-${{ matrix.node }}
|
key: ${{ runner.os }}-${{ matrix.node }}
|
||||||
- name: Set build parameters
|
- name: Set build parameters
|
||||||
run: |
|
run: |
|
||||||
git update-index --chmod=+x /project/server_certs/getcert.sh
|
git update-index --chmod=+x ./server_certs/getcert.sh
|
||||||
git update-index --chmod=+x /project/components/spotify/cspot/bell/nanopb/generator/protoc
|
git update-index --chmod=+x ./components/spotify/cspot/bell/nanopb/generator/protoc
|
||||||
git update-index --chmod=+x /project/components/spotify/cspot/bell/nanopb/generator/protoc-gen-nanopb
|
git update-index --chmod=+x ./components/spotify/cspot/bell/nanopb/generator/protoc-gen-nanopb
|
||||||
git update-index --chmod=+x /project/components/spotify/cspot/bell/nanopb/generator/*.py
|
git update-index --chmod=+x ./components/spotify/cspot/bell/nanopb/generator/*.py
|
||||||
git update-index --chmod=+x /project/components/spotify/cspot/bell/nanopb/generator/*.py2
|
git update-index --chmod=+x ./components/spotify/cspot/bell/nanopb/generator/*.py2
|
||||||
git update-index --chmod=+x /project/components/spotify/cspot/bell/nanopb/generator/proto/*.py
|
git update-index --chmod=+x ./components/spotify/cspot/bell/nanopb/generator/proto/*.py
|
||||||
|
|
||||||
|
|
||||||
cd server_certs;./getcert.sh;cat github.pem;cd ..
|
cd server_certs;./getcert.sh;cat github.pem;cd ..
|
||||||
|
|||||||
@@ -10,4 +10,5 @@
|
|||||||
# --plugin= on the command line.
|
# --plugin= on the command line.
|
||||||
|
|
||||||
MYPATH=$(dirname "$0")
|
MYPATH=$(dirname "$0")
|
||||||
|
echo "Executing $MYPATH/nanopb_generator.py "
|
||||||
exec "$MYPATH/nanopb_generator.py" --protoc-plugin
|
exec "$MYPATH/nanopb_generator.py" --protoc-plugin
|
||||||
|
|||||||
Reference in New Issue
Block a user