Skip to content

Commit

Permalink
ci: clean more space
Browse files Browse the repository at this point in the history
  • Loading branch information
licy183 committed Jul 28, 2024
1 parent e1b42e6 commit a28dd4e
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,15 @@ jobs:
- name: Checkout Repo
uses: actions/checkout@main
- name: Free additional disk space
run: |
echo "Free additional disk space on host"
sudo apt purge -yq $(dpkg -l | grep '^ii' | awk '{ print $2 }' | grep -P '(cabal-|dotnet-|ghc-|libmono|php|aspnetcore)') \
mono-runtime-common monodoc-manual ruby
sudo apt autoremove -yq
sudo rm -rf /opt/hostedtoolcache /usr/local /usr/share/dotnet /usr/share/swift
uses: jlumbroso/free-disk-space@main
with:
tool-cache: true
android: false
dotnet: true
haskell: true
large-packages: true
docker-images: true
swap-storage: true
- name: Build Toolchain
run: bash build.sh
- name: Waiting for debugger
Expand Down

0 comments on commit a28dd4e

Please sign in to comment.