Skip to content

Commit 02e347e

Browse files
committed
fixed target_path for ci
Signed-off-by: jiseong.oh <[email protected]>
1 parent 602f714 commit 02e347e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/scripts/setup-samsung-linux-deps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ download_ai_lite_core() {
4545

4646
tar -C "${TARGET_PATH}" --strip-components=1 -xzvf "${OUT_FILE}"
4747

48-
export EXYNOS_AI_LITECORE_ROOT=${_exynos_lite_core_dir}
48+
export EXYNOS_AI_LITECORE_ROOT=${TARGET_PATH}
4949
export LD_LIBRARY_PATH=${LD_LIBRARY_PATH:-}:${EXYNOS_AI_LITECORE_ROOT}/lib/x86_64-linux
5050
}
5151

0 commit comments

Comments
 (0)