[cmake] always download_only on ci packages
basically the artifact_dir check afterwards does this anyways so who cares (also fixes src pack for linux/aarch64) Signed-off-by: crueter <crueter@eden-emu.dev>
This commit is contained in:
parent
9082d44c40
commit
88b1fa9650
|
|
@ -266,7 +266,7 @@ function(add_ci_package key)
|
|||
KEY ${key}
|
||||
HASH_SUFFIX sha512sum
|
||||
BUNDLED_PACKAGE ON
|
||||
DOWNLOAD_ONLY ${ARTIFACT_FORCE_DOWNLOAD}
|
||||
DOWNLOAD_ONLY ON
|
||||
)
|
||||
|
||||
if (NOT ARTIFACT_FORCE_DOWNLOAD)
|
||||
|
|
|
|||
Loading…
Reference in New Issue