summaryrefslogtreecommitdiffhomepage
path: root/.github/actions/ios/setup-project-toolchain/action.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/actions/ios/setup-project-toolchain/action.yml')
-rw-r--r--.github/actions/ios/setup-project-toolchain/action.yml13
1 files changed, 9 insertions, 4 deletions
diff --git a/.github/actions/ios/setup-project-toolchain/action.yml b/.github/actions/ios/setup-project-toolchain/action.yml
index bf21aefb14..2133e8aa60 100644
--- a/.github/actions/ios/setup-project-toolchain/action.yml
+++ b/.github/actions/ios/setup-project-toolchain/action.yml
@@ -36,16 +36,21 @@ runs:
run: rustup target add ${{ inputs.ios_rust_target }}
shell: bash
+ - name: Correct Homebrew configuration
+ #
+ # brew untap homebrew/cask
+ run: |
+ brew update && brew update
+ shell: bash
+
- name: Install xcbeautify
run: |
- brew update
- brew install xcbeautify
+ brew install --verbose --debug xcbeautify
shell: bash
- name: Install protobuf
run: |
- brew update
- brew install protobuf
+ brew install --verbose --debug protobuf
shell: bash
- name: Setup Xcode