Skip to content

Commit

Permalink
Increase github actions available disk space
Browse files Browse the repository at this point in the history
  • Loading branch information
prodrigestivill committed Feb 13, 2024
1 parent 45f624e commit 3495539
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,11 @@ jobs:
runs-on: ubuntu-22.04
environment: docker.io
steps:
# Increase available disk space by removing unnecessary tool chains:
# https://github.com/actions/runner-images/issues/2840#issuecomment-790492173
- name: Increase available disk space
run: sudo rm -rf /usr/share/dotnet /opt/ghc /usr/local/share/boost "$AGENT_TOOLSDIRECTORY"

- uses: actions/checkout@v3

- name: Set up QEMU
Expand Down

0 comments on commit 3495539

Please sign in to comment.