From 41f261ba984a5439d5bc15e8faaa2ac6a57e95d3 Mon Sep 17 00:00:00 2001 From: simbit18 <101105604+simbit18@users.noreply.github.com> Date: Fri, 22 Nov 2024 15:18:23 +0100 Subject: [PATCH] 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 4bae1382c1a6c..52131663d1fbf 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