mirror of
https://github.com/apache/nuttx.git
synced 2026-08-04 22:00:21 +00:00
free disk space action added to fix docker image build issue
This commit is contained in:
parent
f404cb60b8
commit
2b6a42e88f
3 changed files with 271 additions and 1 deletions
2
.github/workflows/docker_linux.yml
vendored
2
.github/workflows/docker_linux.yml
vendored
|
|
@ -49,7 +49,7 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
|
||||
- name: Free Disk Space (Ubuntu)
|
||||
uses: jlumbroso/free-disk-space@main
|
||||
uses: ./.github/actions/free-disk-space
|
||||
with:
|
||||
# this might remove tools that are actually needed,
|
||||
# if set to "true" but frees about 6 GB
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue