mirror of
https://github.com/esphome/esphome.git
synced 2025-10-12 06:43:48 +01:00
docs
This commit is contained in:
15
.github/workflows/ci.yml
vendored
15
.github/workflows/ci.yml
vendored
@@ -435,13 +435,14 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
components: ${{ fromJson(needs.test-build-components-splitter.outputs.matrix) }}
|
components: ${{ fromJson(needs.test-build-components-splitter.outputs.matrix) }}
|
||||||
steps:
|
steps:
|
||||||
- name: Maximize build space
|
- name: Free up disk space
|
||||||
uses: easimon/maximize-build-space@c28619d8999a147d5e09c1199f84ff6af6ad5794
|
run: |
|
||||||
with:
|
echo "Disk space before cleanup:"
|
||||||
remove-android: 'true'
|
df -h
|
||||||
remove-dotnet: 'true'
|
echo "Removing unwanted software to free up disk space..."
|
||||||
remove-haskell: 'true'
|
sudo rm -rf /usr/share/dotnet /usr/local/lib/android /opt/ghc /opt/hostedtoolcache/CodeQL
|
||||||
remove-codeql: 'true'
|
echo "Disk space after cleanup:"
|
||||||
|
df -h
|
||||||
|
|
||||||
- name: List components
|
- name: List components
|
||||||
run: echo ${{ matrix.components }}
|
run: echo ${{ matrix.components }}
|
||||||
|
Reference in New Issue
Block a user