"examples/vscode:/vscode.git/clone" did not exist on "5d3e7bdaaadfdcf5781e0665b952d1520e84c310"
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: ...@@ -28,6 +28,17 @@ jobs:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v4 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 - name: Login to Docker Hub
uses: docker/login-action@v2 uses: docker/login-action@v2
with: 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