mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-16 19:19:56 +00:00
Cache less stuff to avoid duplicate entries.
This might make everything faster if we're network-bound.
This commit is contained in:
parent
20859bbc50
commit
6f3e87ce69
1 changed files with 2 additions and 2 deletions
|
@ -78,7 +78,7 @@ MacOS:
|
|||
key: ninja
|
||||
paths:
|
||||
- deps
|
||||
- MSVC2019_64_Ninja/deps
|
||||
- MSVC2019_64_Ninja/deps/Qt
|
||||
artifacts:
|
||||
when: always
|
||||
paths:
|
||||
|
@ -141,7 +141,7 @@ Windows_Ninja_RelWithDebInfo:
|
|||
key: msbuild
|
||||
paths:
|
||||
- deps
|
||||
- MSVC2019_64/deps
|
||||
- MSVC2019_64/deps/Qt
|
||||
artifacts:
|
||||
when: always
|
||||
paths:
|
||||
|
|
Loading…
Reference in a new issue