summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ios.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml
index f0c12323c3..e1ab5c4b74 100644
--- a/.github/workflows/ios.yml
+++ b/.github/workflows/ios.yml
@@ -93,6 +93,11 @@ jobs:
brew update
brew install xcbeautify
+ - name: Install protobuf
+ run: |
+ brew update
+ brew install protobuf
+
- name: Run unit tests
run: |
set -o pipefail && env NSUnbufferedIO=YES xcodebuild \