Skip to content

Commit

Permalink
clear space but without removing /opt/hostedtoolcache
Browse files Browse the repository at this point in the history
  • Loading branch information
davidwilby committed Jun 13, 2024
1 parent bbbd7b8 commit 1242590
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
# - name: Delete huge unnecessary folders, and clean apt cache
# run: |
# rm -rf /opt/hostedtoolcache
# rm -rf /usr/share/dotnet
# rm -rf /opt/ghc
# rm -rf "$AGENT_TOOLSDIRECTORY"
# sudo apt-get clean
# shell: bash
- name: Delete huge unnecessary folders, and clean apt cache
run: |
# rm -rf /opt/hostedtoolcache
rm -rf /usr/share/dotnet
rm -rf /opt/ghc
rm -rf "$AGENT_TOOLSDIRECTORY"
sudo apt-get clean
shell: bash
- name: Print space
run: df -h
- name: Install dependencies
Expand Down

0 comments on commit 1242590

Please sign in to comment.