Skip to content

Commit c690b09

Browse files
committed
Fix ESP32s3 builds exhaust disk space
1 parent e90b877 commit c690b09

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/docker_build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@ jobs:
4242
digest: ${{ steps.docker_platform.outputs.digest }}
4343
runs-on: ${{ inputs.runs-on }}
4444
steps:
45-
# - name: Free disk space
46-
# # This step is only needed for esp32 builds, as they can be quite large
47-
# if: startsWith(inputs.pio_platform, 'esp32')
48-
# uses: jlumbroso/[email protected]
49-
# with:
50-
# docker-images: false
45+
- name: Free disk space
46+
# This step is only needed for esp32 builds, as they can be quite large
47+
if: startsWith(inputs.pio_platform, 'esp32')
48+
uses: jlumbroso/[email protected]
49+
with:
50+
docker-images: false
5151

5252
- uses: actions/checkout@v6
5353

0 commit comments

Comments
 (0)