Skip to content

Commit

Permalink
New attempt to fix disk space issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Elias Bonauer committed Jul 26, 2024
1 parent a997824 commit b4562e4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/update_parts_database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ jobs:
root-reserve-mb: 512
swap-size-mb: 1024
remove-dotnet: 'true'
- name: Free more Space, Found in https://github.com/actions/runner-images/issues/2840#issuecomment-790492173
run: |
sudo rm -rf /usr/share/dotnet
sudo rm -rf /opt/ghc
sudo rm -rf "/usr/local/share/boost"
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
- name: Checkout
uses: actions/checkout@v4
- name: Show versions
Expand Down

0 comments on commit b4562e4

Please sign in to comment.