[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:
crueter 2025-08-21 16:29:30 -04:00
parent 9082d44c40
commit 88b1fa9650
1 changed files with 1 additions and 1 deletions

View File

@ -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)