From 33f156f01dbd0bc631a77f4b7572d252b033ab20 Mon Sep 17 00:00:00 2001 From: Nick Entin Date: Wed, 25 Sep 2024 00:23:07 -0700 Subject: [PATCH] sudo --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 259efce..8c5bca7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,7 +51,7 @@ jobs: - name: Pod Install run: bundle exec --gemfile=Example/Gemfile pod install --project-directory=Example - name: Select Xcode Version - run: xcode-select -s /Applications/Xcode_16.app + run: sudo xcode-select -s /Applications/Xcode_16.app - name: Build and Test run: | # run tests on the example app