File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 9090 fail-fast : true
9191 matrix :
9292 component : ${{fromJson(needs.prepare-build.outputs.components)}}
93- uses : datavisyn/github-workflows/.github/workflows/build-single-product-part.yml@main
93+ uses : datavisyn/github-workflows/.github/workflows/build-single-product-part.yml@free_disk_space
9494 with :
9595 component : ${{ matrix.component }}
9696 image_tag1 : ${{ needs.prepare-build.outputs.image_tag1 }}
Original file line number Diff line number Diff line change 5858 build-components :
5959 runs-on : ubuntu-22.04
6060 steps :
61+ - name : Remove unnecessary files
62+ run : |
63+ sudo rm -rf /usr/share/dotnet
64+ sudo rm -rf /usr/local/lib/android
65+ sudo rm -rf /opt/ghc
6166 # checkout specific repository
6267 - uses : actions/checkout@v4
6368 with :
You can’t perform that action at this time.
0 commit comments