1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2026-01-24 06:01:00 +00:00

Too many colons

This commit is contained in:
AnyOldName3 2026-01-05 17:37:01 +00:00
parent c7670ddf5d
commit 660347069e

View file

@ -991,7 +991,7 @@ Windows_Ninja_CacheInit:
- New-Item -Type Directory -Force -Path $env:CCACHE_DIR
# MSBuild gets confused by writes happening outside APPDATA and TEMP with TrackFileAccess enabled
- Move-Item $env:CCACHE_DIR $env:TEMP
- $env::CCACHE_DIR = "$env:TEMP\ccache"
- $env:CCACHE_DIR = "$env:TEMP\ccache"
- ccache -z -M "${CCACHE_SIZE}"
- New-Item -Type File -Force -Path MSVC2022_64\.cmake\api\v1\query\codemodel-v2
- sh CI/before_script.msvc.sh -c $config -p Win64 -v 2022 -k -V -b -t -C $multiview -E