Skip to content

Commit

Permalink
Remove unused files in single product build
Browse files Browse the repository at this point in the history
  • Loading branch information
puehringer authored Nov 29, 2024
1 parent 6077d00 commit 743a196
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-product.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
fail-fast: true
matrix:
component: ${{fromJson(needs.prepare-build.outputs.components)}}
uses: datavisyn/github-workflows/.github/workflows/build-single-product-part.yml@main
uses: datavisyn/github-workflows/.github/workflows/build-single-product-part.yml@free_disk_space
with:
component: ${{ matrix.component }}
image_tag1: ${{ needs.prepare-build.outputs.image_tag1 }}
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/build-single-product-part.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,11 @@ jobs:
build-components:
runs-on: ubuntu-22.04
steps:
- name: Remove unnecessary files
run: |
sudo rm -rf /usr/share/dotnet
sudo rm -rf /usr/local/lib/android
sudo rm -rf /opt/ghc
# checkout specific repository
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 743a196

Please sign in to comment.