mirror of
https://github.com/OpenMW/openmw.git
synced 2026-01-24 14:00:58 +00:00
One value per varibles key
This commit is contained in:
parent
d65e76e855
commit
f7c015d5dd
1 changed files with 1 additions and 2 deletions
|
|
@ -813,13 +813,12 @@ macOS15_Xcode16_arm64:
|
|||
- MSVC2022_64_Ninja/*.log
|
||||
- MSVC2022_64_Ninja/**/*.log
|
||||
- "*_to-be-merged.txt"
|
||||
variables:
|
||||
targets: "all"
|
||||
# When CCache doesn't exist (e.g. first build on a fork), build takes more than 1h, which is the default for forks.
|
||||
# This is capped at 2h by GitLab for Windows Shared Runners
|
||||
timeout: 2h
|
||||
variables:
|
||||
CCACHE_SIZE: 1.5G
|
||||
targets: all
|
||||
|
||||
.Windows_Ninja_Release:
|
||||
extends:
|
||||
|
|
|
|||
Loading…
Reference in a new issue