File tree 1 file changed +12
-11
lines changed
1 file changed +12
-11
lines changed Original file line number Diff line number Diff line change 75
75
run : |
76
76
brew install go@1.20
77
77
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
+
78
88
- name : Set up yeetd to workaround XCode being slow in CI
79
89
run : |
80
90
wget https://github.com/biscuitehh/yeetd/releases/download/1.0/yeetd-normal.pkg
85
95
with :
86
96
xcode-version : ' 15.0.1'
87
97
- 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
89
100
# This update broke our build script which was assuming the cargo binary was located in ~/.cargo/bin/cargo
90
101
# The workaround is to fix brew paths by running brew bundle
91
102
run : |
@@ -107,16 +118,6 @@ jobs:
107
118
cp Api.xcconfig.template Api.xcconfig
108
119
working-directory : ios/Configurations
109
120
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
-
120
121
- name : Run unit tests
121
122
run : |
122
123
set -o pipefail && env NSUnbufferedIO=YES xcodebuild \
You can’t perform that action at this time.
0 commit comments