Skip to content

Commit

Permalink
Update test_and_build.yml
Browse files Browse the repository at this point in the history
Try a different approach to maximize disk space
  • Loading branch information
omodei authored Aug 19, 2022
1 parent 6698a47 commit aed7251
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/test_and_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@ jobs:

steps:
- name: Maximize build space
uses: easimon/maximize-build-space@master
with:
#root-reserve-mb: 100
#temp-reserve-mb: 100
#swap-size-mb: 4096
remove-dotnet: 'true'
remove-android: 'true'
remove-haskell: 'true'
run: |
echo " ----- Disk space before cleaning ----- "
df -h
sudo rm -rf /usr/share/dotnet
sudo rm -rf /opt/ghc
sudo rm -rf "/usr/local/share/boost"
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
echo " ----- Disk space after cleaning ----- "
if: runner.os == 'Linux'
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit aed7251

Please sign in to comment.