Skip to content

Commit

Permalink
Remove redundant step to clean CI disk space
Browse files Browse the repository at this point in the history
  • Loading branch information
shayancanonical committed Nov 9, 2023
1 parent 7e3c405 commit e2b5001
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -172,13 +172,6 @@ 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 test stability level
id: select-test-stability
run: |
Expand Down

0 comments on commit e2b5001

Please sign in to comment.