Skip to content

Commit

Permalink
Try changing github worker rm -rf folders
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-andersson committed Oct 11, 2023
1 parent 4bf557b commit 54253e5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Delete huge unnecessary folders
run: |
rm -rf /opt/hostedtoolcache
rm -rf /usr/share/dotnet
rm -rf /opt/ghc
rm -rf "$AGENT_TOOLSDIRECTORY"
rm -rf /usr//local/lib/android/
rm -rf /usr/share/dotnet/
rm -rf /opt/ghc/
rm -rf /usr/local/share/boost/
shell: bash
- name: Print space
run: df -h
Expand Down

0 comments on commit 54253e5

Please sign in to comment.