mirror of
https://github.com/apache/nuttx.git
synced 2025-12-16 09:45:18 +08:00
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:
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@@ -284,6 +284,7 @@ jobs:
|
||||
with:
|
||||
msystem: MSYS
|
||||
update: false
|
||||
cache: false
|
||||
install: >-
|
||||
base-devel
|
||||
gcc
|
||||
|
||||
Reference in New Issue
Block a user