Skip to content

Commit

Permalink
remove unused packages (dotnet, android, ghc)
Browse files Browse the repository at this point in the history
  • Loading branch information
chapman39 committed Jul 12, 2024
1 parent e923c91 commit 0294314
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/docker_build_tpls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,11 @@ jobs:
echo "repo_plus_latest=$(echo ${REPO}:${{ matrix.dockerfile_suffix }}_latest)" >> $GITHUB_OUTPUT
id: repo_name

- name: Maximize build space
uses: easimon/maximize-build-space@master
- name: Free up disk space
run: |
sudo rm -rf /usr/share/dotnet
sudo rm -rf /usr/local/lib/android
sudo rm -rf /opt/ghc
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 0294314

Please sign in to comment.