Skip to content

Commit 1de01e9

Browse files
committed
Move things around
1 parent f37c1c0 commit 1de01e9

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

.github/workflows/ios.yml

+12-11
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,16 @@ jobs:
7575
run: |
7676
brew install go@1.20
7777
78+
- name: Install xcbeautify
79+
run: |
80+
brew update
81+
brew install xcbeautify
82+
83+
- name: Install protobuf
84+
run: |
85+
brew update
86+
brew install protobuf
87+
7888
- name: Set up yeetd to workaround XCode being slow in CI
7989
run: |
8090
wget https://github.com/biscuitehh/yeetd/releases/download/1.0/yeetd-normal.pkg
@@ -85,7 +95,8 @@ jobs:
8595
with:
8696
xcode-version: '15.0.1'
8797
- name: Configure Rust
88-
# In the https://github.com/actions/runner-images/releases/tag/macos-13-arm64%2F20240721.1 release, Github changed where rustup was installed
98+
# In the https://github.com/actions/runner-images/releases/tag/macos-13-arm64%2F20240721.1 release
99+
# Github changed where rustup was installed
89100
# This update broke our build script which was assuming the cargo binary was located in ~/.cargo/bin/cargo
90101
# The workaround is to fix brew paths by running brew bundle
91102
run: |
@@ -107,16 +118,6 @@ jobs:
107118
cp Api.xcconfig.template Api.xcconfig
108119
working-directory: ios/Configurations
109120

110-
- name: Install xcbeautify
111-
run: |
112-
brew update
113-
brew install xcbeautify
114-
115-
- name: Install protobuf
116-
run: |
117-
brew update
118-
brew install protobuf
119-
120121
- name: Run unit tests
121122
run: |
122123
set -o pipefail && env NSUnbufferedIO=YES xcodebuild \

0 commit comments

Comments
 (0)