Skip to content

Commit 9adac0c

Browse files
committed
fix ci issue due to permission
Signed-off-by: jiseong.oh <[email protected]>
1 parent 7f5a06b commit 9adac0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ download_ai_lite_core() {
3131

3232
install_enn_backend() {
3333
NDK_INSTALLATION_DIR=/opt/ndk
34-
rm -rf "${NDK_INSTALLATION_DIR}" && mkdir -p "${NDK_INSTALLATION_DIR}"
34+
rm -rf "${NDK_INSTALLATION_DIR}" && sudo mkdir -p "${NDK_INSTALLATION_DIR}"
3535
ANDROID_NDK_VERSION=r27b
3636

3737
pushd .
@@ -41,7 +41,7 @@ install_enn_backend() {
4141

4242
# Print the content for manual verification
4343
ls -lah "android-ndk-${ANDROID_NDK_VERSION}"
44-
mv "android-ndk-${ANDROID_NDK_VERSION}"/* "${NDK_INSTALLATION_DIR}"
44+
sudo mv "android-ndk-${ANDROID_NDK_VERSION}"/* "${NDK_INSTALLATION_DIR}"
4545
popd
4646
# build Exynos backend
4747
export ANDROID_NDK_ROOT=${ANDROID_NDK_ROOT:-/opt/ndk}

0 commit comments

Comments
 (0)