Skip to content

Commit 743a196

Browse files
authored
Remove unused files in single product build
1 parent 6077d00 commit 743a196

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/build-product.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
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 }}

.github/workflows/build-single-product-part.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,11 @@ jobs:
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:

0 commit comments

Comments
 (0)