Skip to content

Commit

Permalink
Free up space on pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
juditnovak committed Oct 16, 2023
1 parent d1364f7 commit 0824ee7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,13 @@ jobs:
uses: actions/download-artifact@v3
with:
name: ${{ needs.build.outputs.artifact-name }}
- name: Free up disk space
run: |
# From https://github.com/actions/runner-images/issues/2840#issuecomment-790492173
sudo rm -rf /usr/share/dotnet
sudo rm -rf /opt/ghc
sudo rm -rf /usr/local/share/boost
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
- name: Select tests
id: select-tests
run: |
Expand Down

0 comments on commit 0824ee7

Please sign in to comment.