diff options
| author | Emīls <emils@mullvad.net> | 2024-05-21 17:04:43 +0200 |
|---|---|---|
| committer | Emīls <emils@mullvad.net> | 2024-05-21 17:04:43 +0200 |
| commit | 2211f2875fc7953eea2ec2caa04f03d91f58be49 (patch) | |
| tree | 740bb2e438864e0f273bc724658048170a8416fd /.github | |
| parent | cba171ca2232838b3e7628221ed1b5a56f93230f (diff) | |
| parent | 0c682760f4a7f8b2852f3212c98214b11c916661 (diff) | |
| download | mullvadvpn-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.yml | 5 |
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 \ |
