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 c82145f commit 7ae3fb8
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

3 comments on commit 7ae3fb8

@zhrui0517
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

编译出来的文件不对吧?

@zxlhhyccc
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

编译出来的文件不对吧?

@zhrui0517 请问哪里不对?添加的这些代码是清理磁盘空间,避免因磁盘空间不足导致CI运行失败,与编译的文件有什么关系?

@zhrui0517
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

编译出来的文件不对吧?

@zhrui0517 请问哪里不对?添加的这些代码是清理磁盘空间,避免因磁盘空间不足导致CI运行失败,与编译的文件有什么关系?

我是小白 只是好奇为啥action跑出来的是空文件

Please sign in to comment.