Skip to content

[Snyk] Upgrade protobufjs from 6.11.3 to 6.11.4 #87

[Snyk] Upgrade protobufjs from 6.11.3 to 6.11.4

[Snyk] Upgrade protobufjs from 6.11.3 to 6.11.4 #87

Workflow file for this run

name: iOS CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: macos-12
steps:
- uses: actions/checkout@v2
- name: Install system dependencies
run: |
brew install boost ninja xcodegen xcbeautify
- name: Cache internal dependencies
id: internal_cache
uses: actions/cache@v1.1.2
with:
path: build/local
key: ${{ runner.os }}-internal-${{ hashFiles('tools/install-dependencies') }}
- name: Install internal dependencies
run: |
tools/install-dependencies
if: steps.internal_cache.outputs.cache-hit != 'true'
- name: Run codegen tests
run: tools/codegen-test
- name: Run iOS tests
run: |
tools/generate-files
tools/ios-test
- name: Build sample app
run: |
tools/samples-build ios