diff options
| author | Bug Magnet <marco.nikic@mullvad.net> | 2024-05-27 09:55:53 +0200 |
|---|---|---|
| committer | Bug Magnet <marco.nikic@mullvad.net> | 2024-05-27 09:55:53 +0200 |
| commit | 9857fca74ce1c95941c536dd2f2fd2d0be4b81f7 (patch) | |
| tree | acfae15da2f7fddee37cccc4f7c927d4f991712b /.github | |
| parent | a5b88fff7e68111551f22e28f17e37743484c0d9 (diff) | |
| download | mullvadvpn-9857fca74ce1c95941c536dd2f2fd2d0be4b81f7.tar.xz mullvadvpn-9857fca74ce1c95941c536dd2f2fd2d0be4b81f7.zip | |
Add required protobuf dependencies
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ios-screenshots-tests.yml | 5 | ||||
| -rw-r--r-- | .github/workflows/ios-validate-build-schemas.yml | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/.github/workflows/ios-screenshots-tests.yml b/.github/workflows/ios-screenshots-tests.yml index adba047322..99557a6f61 100644 --- a/.github/workflows/ios-screenshots-tests.yml +++ b/.github/workflows/ios-screenshots-tests.yml @@ -67,6 +67,11 @@ jobs: brew update brew install xcbeautify + - name: Install protobuf + run: | + brew update + brew install protobuf + - name: Run screenshot tests run: | set -o pipefail && env NSUnbufferedIO=YES xcodebuild \ diff --git a/.github/workflows/ios-validate-build-schemas.yml b/.github/workflows/ios-validate-build-schemas.yml index 12057518ab..618a82c1e7 100644 --- a/.github/workflows/ios-validate-build-schemas.yml +++ b/.github/workflows/ios-validate-build-schemas.yml @@ -68,6 +68,11 @@ jobs: brew update brew install xcbeautify + - name: Install protobuf + run: | + brew update + brew install protobuf + - name: Run build validation for Staging and MockRelease configurations as well as the MullvadVPNUITests target run: | set -o pipefail && env NSUnbufferedIO=YES xcodebuild \ |
