Skip to content

Commit 4dee350

Browse files
Merge pull request #121 from datavisyn/free_disk_space
Remove unused files in single product build
2 parents 64a89ee + 2624bf4 commit 4dee350

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.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)