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
This commit is contained in:
simbit18
2024-11-22 15:18:23 +01:00
committed by Xiang Xiao
parent 8e58245524
commit a1cbed020a

View File

@@ -284,6 +284,7 @@ jobs:
with:
msystem: MSYS
update: false
cache: false
install: >-
base-devel
gcc