mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-07 20:17:04 +03:00
bump build-tools to use docker sle118/squeezelite-esp32-idfv435
This commit is contained in:
5
.github/workflows/Platform_build.yml
vendored
5
.github/workflows/Platform_build.yml
vendored
@@ -99,7 +99,8 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: sle118/squeezelite-esp32-idfv435
|
image: sle118/squeezelite-esp32-idfv.
|
||||||
|
5
|
||||||
needs: [bootstrap]
|
needs: [bootstrap]
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
@@ -127,7 +128,7 @@ jobs:
|
|||||||
. /opt/esp/python_env/idf4.3_py3.8_env/bin/activate
|
. /opt/esp/python_env/idf4.3_py3.8_env/bin/activate
|
||||||
git config --global --add safe.directory /__w/squeezelite-esp32/squeezelite-esp32
|
git config --global --add safe.directory /__w/squeezelite-esp32/squeezelite-esp32
|
||||||
git status
|
git status
|
||||||
build_tools.py environment --build ${{ needs.bootstrap.outputs.build_number }} --env_file "$GITHUB_ENV" --node "${{matrix.node}}" --depth ${{matrix.depth}} --major 2 --docker sle118/squeezelite-esp32-idfv43
|
build_tools.py environment --build ${{ needs.bootstrap.outputs.build_number }} --env_file "$GITHUB_ENV" --node "${{matrix.node}}" --depth ${{matrix.depth}} --major 2 --docker sle118/squeezelite-esp32-idfv435
|
||||||
|
|
||||||
- uses: actions/download-artifact@master
|
- uses: actions/download-artifact@master
|
||||||
name: Restore common objects
|
name: Restore common objects
|
||||||
|
|||||||
Reference in New Issue
Block a user