From d00528c88fd52e3064652860de786821155da05a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien?= Date: Thu, 18 May 2023 11:09:18 -0400 Subject: [PATCH] bump build-tools to use docker sle118/squeezelite-esp32-idfv435 --- .github/workflows/Platform_build.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Platform_build.yml b/.github/workflows/Platform_build.yml index a12bcfb4..f2226a72 100644 --- a/.github/workflows/Platform_build.yml +++ b/.github/workflows/Platform_build.yml @@ -99,7 +99,8 @@ jobs: build: runs-on: ubuntu-latest container: - image: sle118/squeezelite-esp32-idfv435 + image: sle118/squeezelite-esp32-idfv. + 5 needs: [bootstrap] strategy: matrix: @@ -127,7 +128,7 @@ jobs: . /opt/esp/python_env/idf4.3_py3.8_env/bin/activate git config --global --add safe.directory /__w/squeezelite-esp32/squeezelite-esp32 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 name: Restore common objects