summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorEmīls <emils@mullvad.net>2024-05-21 17:04:43 +0200
committerEmīls <emils@mullvad.net>2024-05-21 17:04:43 +0200
commit2211f2875fc7953eea2ec2caa04f03d91f58be49 (patch)
tree740bb2e438864e0f273bc724658048170a8416fd /.github
parentcba171ca2232838b3e7628221ed1b5a56f93230f (diff)
parent0c682760f4a7f8b2852f3212c98214b11c916661 (diff)
downloadmullvadvpn-2211f2875fc7953eea2ec2caa04f03d91f58be49.tar.xz
mullvadvpn-2211f2875fc7953eea2ec2caa04f03d91f58be49.zip
Merge remote-tracking branch 'origin/features/ios-post-quantum'
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 \