mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-10 21:47:04 +03:00
Merge branch 'master-v4.3' of https://github.com/sle118/squeezelite-esp32 into master-v4.3
This commit is contained in:
10
.github/workflows/esp-idf-v4.3-build.yml
vendored
10
.github/workflows/esp-idf-v4.3-build.yml
vendored
@@ -41,12 +41,18 @@ jobs:
|
|||||||
uses: actions/cache@v2
|
uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
build
|
~/build
|
||||||
|
~/components/wifi-manager/webapp/node_modules
|
||||||
/var/lib/docker
|
/var/lib/docker
|
||||||
key: idf4.3-${{ runner.os }}-${{ matrix.node }}-${{ matrix.depth }}
|
key: ${{ runner.os }}-${{ matrix.node }}
|
||||||
- name: Set build parameters
|
- name: Set build parameters
|
||||||
run: |
|
run: |
|
||||||
git update-index --chmod=+x ./server_certs/getcert.sh
|
git update-index --chmod=+x ./server_certs/getcert.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
|
||||||
|
|
||||||
cd server_certs;./getcert.sh;cat github.pem;cd ..
|
cd server_certs;./getcert.sh;cat github.pem;cd ..
|
||||||
shopt -s nocasematch
|
shopt -s nocasematch
|
||||||
branch_name="${GITHUB_REF//refs\/heads\//}"
|
branch_name="${GITHUB_REF//refs\/heads\//}"
|
||||||
|
|||||||
Reference in New Issue
Block a user