summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorBug Magnet <marco.nikic@mullvad.net>2024-05-20 09:58:52 +0200
committerBug Magnet <marco.nikic@mullvad.net>2024-05-21 13:33:04 +0200
commit1340d99b41318eaa9a4841a162af1d0ef0c0c0f9 (patch)
tree09a9fca7e12be340a4c9a55f6da241650d739daa /.github
parentcbfeaa4cc14eadd834fc2d6a9b5c12173fcf6d5a (diff)
downloadmullvadvpn-1340d99b41318eaa9a4841a162af1d0ef0c0c0f9.tar.xz
mullvadvpn-1340d99b41318eaa9a4841a162af1d0ef0c0c0f9.zip
Add protobuf when building and running tests
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 \