From 7ae0302032747f09d58e7abd2c08b1293c197b67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien?= Date: Thu, 18 May 2023 10:18:00 -0400 Subject: [PATCH] bump esp-idf to 4.3.5 now using docker image sle118/squeezelite-esp32-idfv435 --- .github/workflows/Platform_build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/Platform_build.yml b/.github/workflows/Platform_build.yml index fc448a7b..a12bcfb4 100644 --- a/.github/workflows/Platform_build.yml +++ b/.github/workflows/Platform_build.yml @@ -18,7 +18,7 @@ jobs: name: Global setup runs-on: ubuntu-latest container: - image: sle118/squeezelite-esp32-idfv43 + image: sle118/squeezelite-esp32-idfv435 outputs: build_number: ${{ steps.buildnumber.outputs.build_number }} ui_build: ${{ steps.build_flags.outputs.ui_build }} @@ -99,7 +99,7 @@ jobs: build: runs-on: ubuntu-latest container: - image: sle118/squeezelite-esp32-idfv43 + image: sle118/squeezelite-esp32-idfv435 needs: [bootstrap] strategy: matrix: @@ -230,4 +230,4 @@ jobs: if: ${{ always() && !cancelled() && needs.bootstrap.outputs.release_flag == 1 && needs.bootstrap.outputs.mock == 0 }} uses: ./.github/workflows/web_deploy.yml secrets: - WEB_INSTALLER: ${{ secrets.WEB_INSTALLER }} \ No newline at end of file + WEB_INSTALLER: ${{ secrets.WEB_INSTALLER }}