From d188a78a76c706e208e805581963378050c0996a Mon Sep 17 00:00:00 2001 From: "K. Shankari" Date: Sun, 28 Apr 2024 09:16:00 -0700 Subject: [PATCH] Ensure that the switch command is run as root --- .github/workflows/ios-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ios-build.yml b/.github/workflows/ios-build.yml index 0af8ee4f4..ac6bb76f3 100644 --- a/.github/workflows/ios-build.yml +++ b/.github/workflows/ios-build.yml @@ -35,7 +35,7 @@ jobs: - name: Set xcode to 14.1 run: | - xcode-select --switch /Applications/Xcode_14.1.app + sudo xcode-select --switch /Applications/Xcode_14.1.app echo "After setting xcode version "`xcode-select --print-path`