Skip to content

Commit

Permalink
chore: Increase disk space in the coverage runs (#2684)
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Gershman <[email protected]>
  • Loading branch information
romange authored Mar 4, 2024
1 parent 0081f4d commit 30ce250
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/cov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,22 @@ jobs:
credentials:
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
volumes:
- /:/hostroot

steps:
- 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
echo "***************After Deletion***************************"
df -h
- name: Install dependencies
run: |
uname -a
Expand Down

0 comments on commit 30ce250

Please sign in to comment.