mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-31 11:56:32 +03:00
Merge branch 'master-v4.3' of https://github.com/sle118/squeezelite-esp32 into master-v4.3
This commit is contained in:
3
.github/workflows/Platform_build.yml
vendored
3
.github/workflows/Platform_build.yml
vendored
@@ -137,8 +137,7 @@ jobs:
|
|||||||
- name: Build the firmware
|
- name: Build the firmware
|
||||||
if: ${{ needs.bootstrap.outputs.mock == 0 }}
|
if: ${{ needs.bootstrap.outputs.mock == 0 }}
|
||||||
env:
|
env:
|
||||||
#SPOTIFY_SECRET: -DCLIENT_ID="${{ secrets.SPOTIFY_CLIENT_ID }}" -DCLIENT_SECRET="${{ secrets.SPOTIFY_CLIENT_SECRET }}"
|
SPOTIFY_SECRET: -DCLIENT_ID="${{ secrets.SPOTIFY_CLIENT_ID }}" -DCLIENT_SECRET="${{ secrets.SPOTIFY_CLIENT_SECRET }}"
|
||||||
SPOTIFY_SECRET: -DCLIENT_ID="toto" -DCLIENT_SECRET="tutu"
|
|
||||||
run: |
|
run: |
|
||||||
. ${IDF_PYTHON_ENV_PATH}/bin/activate
|
. ${IDF_PYTHON_ENV_PATH}/bin/activate
|
||||||
echo "Copying target sdkconfig"
|
echo "Copying target sdkconfig"
|
||||||
|
|||||||
Reference in New Issue
Block a user