Skip to content

Commit

Permalink
Free up disk space on runner
Browse files Browse the repository at this point in the history
  • Loading branch information
juditnovak committed Oct 13, 2023
1 parent 88f7a31 commit 349ea97
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 @@ -161,6 +161,13 @@ jobs:
uses: actions/download-artifact@v3
with:
name: ${{ needs.build.outputs.artifact-name }}
- name: Free up disk space
run: |
# free space in the runner
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 test stability level
id: select-test-stability
run: |
Expand Down

0 comments on commit 349ea97

Please sign in to comment.