mirror of
https://github.com/OpenMW/openmw.git
synced 2026-01-25 08:00:53 +00:00
Try inode cache now ccache 4.10 is out
This commit is contained in:
parent
c8b52581e3
commit
51c30cd4e3
1 changed files with 1 additions and 0 deletions
|
|
@ -748,6 +748,7 @@ macOS15_Xcode16_arm64:
|
|||
- $env:CCACHE_BASEDIR = Get-Location
|
||||
- $env:CCACHE_DIR = "$(Get-Location)\ccache"
|
||||
- $env:CCACHE_DEPEND = "true"
|
||||
- $env:CCACHE_INODECACHE = "true"
|
||||
- New-Item -Type Directory -Force -Path $env:CCACHE_DIR
|
||||
- ccache -z -M "${CCACHE_SIZE}"
|
||||
- New-Item -Type File -Force -Path MSVC2022_64_Ninja\.cmake\api\v1\query\codemodel-v2
|
||||
|
|
|
|||
Loading…
Reference in a new issue