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 a1cbed020a build.yml: MSYS2 GitHub Action disable ccache a1cbed020a is described below commit a1cbed020a2238e39347e6d914bb8528bee32f20 Author: simbit18 <101105604+simbi...@users.noreply.github.com> AuthorDate: Fri Nov 22 15:18:23 2024 +0100 build.yml: MSYS2 GitHub Action disable ccache You need to disable the msys2 cache from the GitHub action because we moved the Scheduled Merge Jobs to a new NuttX Mirror Repo and approaching total cache storage limit !!! https://github.com/apache/nuttx/actions/caches https://github.com/msys2/setup-msys2?tab=readme-ov-file#cache --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4bae1382c1..52131663d1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -284,6 +284,7 @@ jobs: with: msystem: MSYS update: false + cache: false install: >- base-devel gcc