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 authored Nov 22, 2024
1 parent 5b10166 commit be6b761
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 @@ -55,6 +55,17 @@ jobs:
runtime_test: true

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@v4
with:
fetch-depth: 0
Expand Down

0 comments on commit be6b761

Please sign in to comment.