Skip to content

Commit

Permalink
Merge pull request #56 from oshoval/try
Browse files Browse the repository at this point in the history
git actions: Free storage
  • Loading branch information
kubevirt-bot authored Aug 12, 2024
2 parents b245830 + 070a819 commit bb81fc5
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,17 @@ jobs:
with:
go-version-file: 'go.mod'

- name: Free up disk space
run: |
sudo rm -rf /usr/local/lib/android/sdk
sudo apt-get update
sudo eatmydata apt-get purge --auto-remove -y \
azure-cli aspnetcore-* dotnet-* ghc-* firefox \
google-chrome-stable \
llvm-* microsoft-edge-stable mono-* \
msbuild mysql-server-core-* php-* php7* \
powershell temurin-* zulu-*
- name: Start cluster
env:
KIND_ALLOW_SYSTEM_WRITES: true
Expand Down

0 comments on commit bb81fc5

Please sign in to comment.