This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
The following commit(s) were added to refs/heads/master by this push: new 05801f9fec CI: Free space on worker building container 05801f9fec is described below commit 05801f9fecbdb58045475cfd11c674a4ab747ffd Author: Brennan Ashton <bash...@brennanashton.com> AuthorDate: Tue Feb 28 21:40:38 2023 -0800 CI: Free space on worker building container --- .github/workflows/docker_linux.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/docker_linux.yml b/.github/workflows/docker_linux.yml index 1a1dab87c1..0494d14e8a 100644 --- a/.github/workflows/docker_linux.yml +++ b/.github/workflows/docker_linux.yml @@ -57,6 +57,11 @@ jobs: registry: ghcr.io username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} + - name: Free Up Extra Disk Space + run: | + sudo rm -rf /usr/share/dotnet + sudo rm -rf /usr/local/lib/android + sudo rm -rf /opt/gch - name: Pre-build Disk Stats run: | df -h