Skip to content

Commit

Permalink
Increase disk space
Browse files Browse the repository at this point in the history
  • Loading branch information
es1024 committed Oct 22, 2024
1 parent 89a1a0f commit 5a25f2e
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -242,10 +242,22 @@ jobs:
steps:
- name: Increase disk space
run: |
sudo rm -rf /usr/share/dotnet
sudo rm -rf /opt/ghc
sudo rm -rf "/usr/local/share/boost"
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
sudo rm -rf \
"$AGENT_TOOLSDIRECTORY" \
/opt/google/chrome \
/opt/microsoft/msedge \
/opt/microsoft/powershell \
/opt/pipx \
/usr/lib/mono \
/usr/local/julia* \
/usr/local/lib/android \
/usr/local/lib/node_modules \
/usr/local/share/chromium \
/usr/local/share/powershell \
/usr/share/dotnet \
/usr/share/swift \
/opt/ghc \
/usr/local/share/boost
- name: Clone repository
uses: actions/checkout@v2
Expand Down

0 comments on commit 5a25f2e

Please sign in to comment.