diff options
author | Zach Hilman <zachhilman@gmail.com> | 2019-07-28 20:21:18 +0200 |
---|---|---|
committer | Zach Hilman <zachhilman@gmail.com> | 2019-07-28 20:21:18 +0200 |
commit | bcbec6f37c7660780e5862cda20634bf4f4db139 (patch) | |
tree | 6a1824569d769eee1a46d63ba6921c263ecb1e0a /.ci/templates/build-standard.yml | |
parent | Merge pull request #2592 from FernandoS27/sync1 (diff) | |
download | yuzu-bcbec6f37c7660780e5862cda20634bf4f4db139.tar yuzu-bcbec6f37c7660780e5862cda20634bf4f4db139.tar.gz yuzu-bcbec6f37c7660780e5862cda20634bf4f4db139.tar.bz2 yuzu-bcbec6f37c7660780e5862cda20634bf4f4db139.tar.lz yuzu-bcbec6f37c7660780e5862cda20634bf4f4db139.tar.xz yuzu-bcbec6f37c7660780e5862cda20634bf4f4db139.tar.zst yuzu-bcbec6f37c7660780e5862cda20634bf4f4db139.zip |
Diffstat (limited to '.ci/templates/build-standard.yml')
-rw-r--r-- | .ci/templates/build-standard.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.ci/templates/build-standard.yml b/.ci/templates/build-standard.yml index 6cd209dbf..aa180894e 100644 --- a/.ci/templates/build-standard.yml +++ b/.ci/templates/build-standard.yml @@ -19,4 +19,5 @@ jobs: needSubmodules: 'true' - template: ./build-single.yml parameters: - artifactSource: 'false'
\ No newline at end of file + artifactSource: 'false' + cache: $(parameters.cache)
\ No newline at end of file |