From 9f58112fa9b52500e259a1da5379e148b0d88246 Mon Sep 17 00:00:00 2001 From: Yi Zhang Date: Mon, 8 Jul 2024 14:11:25 +0800 Subject: [PATCH] mkdir needs sudo --- tools/ci_build/github/azure-pipelines/post-merge-jobs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ci_build/github/azure-pipelines/post-merge-jobs.yml b/tools/ci_build/github/azure-pipelines/post-merge-jobs.yml index 81190bd214fdb..3c1f4d0f01439 100644 --- a/tools/ci_build/github/azure-pipelines/post-merge-jobs.yml +++ b/tools/ci_build/github/azure-pipelines/post-merge-jobs.yml @@ -454,7 +454,7 @@ stages: displayName: "Install realpath" - script: | - python tools/ci_build/github/apple/test_apple_packages.py \ + sudo python tools/ci_build/github/apple/test_apple_packages.py \ --framework_info_file "$(Build.BinariesDirectory)/ios_framework/xcframework_info.json" \ --c_framework_dir "$(Build.BinariesDirectory)/ios_framework/framework_out" \ --variant Full