Skip to content

Commit

Permalink
add df output
Browse files Browse the repository at this point in the history
  • Loading branch information
maxjakob committed Feb 19, 2024
1 parent 83731e6 commit 6ff128a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,12 @@ jobs:
steps:
- name: Remove irrelevant software # to free up required disk space
run: |
df -h
sudo rm -rf /opt/ghc
sudo rm -rf /opt/hostedtoolcache/CodeQL
sudo rm -rf /usr/local/lib/android
sudo rm -rf /usr/share/dotnet
df -h
- name: Checkout
uses: actions/checkout@v4
- name: Setup python
Expand Down

0 comments on commit 6ff128a

Please sign in to comment.