Cache less stuff to avoid duplicate entries.

This might make everything faster if we're network-bound.
pull/2966/head
AnyOldName3 5 years ago
parent 20859bbc50
commit 6f3e87ce69

@ -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…
Cancel
Save