mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-30 01:15:35 +00:00
Increment cache key for windows builds in .gitlab-ci.yml
This commit is contained in:
parent
7c36a7eb49
commit
9902be0e97
1 changed files with 2 additions and 2 deletions
|
@ -455,7 +455,7 @@ macOS12_Xcode13:
|
|||
after_script:
|
||||
- Copy-Item C:\ProgramData\chocolatey\logs\chocolatey.log
|
||||
cache:
|
||||
key: ninja-v4
|
||||
key: ninja-v5
|
||||
paths:
|
||||
- ccache
|
||||
- deps
|
||||
|
@ -556,7 +556,7 @@ macOS12_Xcode13:
|
|||
after_script:
|
||||
- Copy-Item C:\ProgramData\chocolatey\logs\chocolatey.log
|
||||
cache:
|
||||
key: msbuild-v4
|
||||
key: msbuild-v5
|
||||
paths:
|
||||
- ccache
|
||||
- deps
|
||||
|
|
Loading…
Reference in a new issue