Skip to content

Commit

Permalink
CI: Free disk remaining space.
Browse files Browse the repository at this point in the history
  • Loading branch information
zxlhhyccc committed Nov 16, 2024
1 parent b9db3ef commit 0d1422e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/multi-arch-test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,17 @@ jobs:
target: x86-64

steps:
- name: Free Disk Space
uses: jlumbroso/free-disk-space@main
with:
tool-cache: true
android: true
dotnet: true
haskell: true
large-packages: true
docker-images: true
swap-storage: true

- uses: actions/checkout@v3
with:
fetch-depth: 0
Expand Down

0 comments on commit 0d1422e

Please sign in to comment.