Skip to content

Commit

Permalink
chore: Remove space from coverage runs
Browse files Browse the repository at this point in the history
  • Loading branch information
romange committed Mar 4, 2024
1 parent cf88948 commit a748474
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/cov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,14 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: true
- name: Delete Space
run: |
df -h
rm -rf /hostroot/usr/share/dotnet
rm -rf /hostroot/usr/local/share/boost
rm -rf /hostroot/usr/local/lib/android
rm -rf /hostroot/opt/ghc
df -h
- name: Install dependencies
run: |
uname -a
Expand Down

0 comments on commit a748474

Please sign in to comment.