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

Quote string

YAML doesn't like the double colon
This commit is contained in:
AnyOldName3 2024-03-24 23:39:43 +00:00
parent a1e5cec437
commit d094de5fc5

View file

@ -754,7 +754,7 @@ macOS15_Xcode16_arm64:
- cd MSVC2022_64_Ninja
- Get-Volume
- .\ActivateMSVC.ps1
- $env:NINJA_STATUS = "[%s/%t %p :: %e] "
- '$env:NINJA_STATUS = "[%s/%t %p :: %e] "'
- cmake --build . --config $config --target ($targets.Split(' '))
- ccache --show-stats -v
- cd $config