Skip to content

Commit

Permalink
enlarge disk space
Browse files Browse the repository at this point in the history
  • Loading branch information
zhoucheng361 committed Jun 21, 2024
1 parent 7e4ef92 commit bd77b17
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/integrationtests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,17 @@ jobs:
with:
fetch-depth: 1

- name: Remove unused software
timeout-minutes: 10
run: |
echo "before remove unused software"
sudo df -h
sudo rm -rf /usr/share/dotnet
sudo rm -rf /usr/local/lib/android
sudo rm -rf /opt/ghc
echo "after remove unused software"
sudo df -h
- name: Set Variable
id: vars
run: |
Expand Down

0 comments on commit bd77b17

Please sign in to comment.