Unverified Commit 625018d2 authored by Yineng Zhang's avatar Yineng Zhang Committed by GitHub
Browse files

fix: free disk space (#7803)

parent 5732d904
......@@ -28,6 +28,17 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Free disk space
uses: jlumbroso/free-disk-space@main
with:
tool-cache: false
docker-images: false
android: true
dotnet: true
haskell: true
large-packages: true
swap-storage: false
- name: Login to Docker Hub
uses: docker/login-action@v2
with:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment