Skip to content

Bump grpcio from 1.39.0 to 1.53.2 in /integration_tests #2114

Bump grpcio from 1.39.0 to 1.53.2 in /integration_tests

Bump grpcio from 1.39.0 to 1.53.2 in /integration_tests #2114

Workflow file for this run

name: IOS Build CI
on:
push:
branches: [ main ]
merge_group:
pull_request:
branches: [ main ]
jobs:
ios-build:
runs-on: macos-11
steps:
- uses: actions/checkout@v3
- name: iOS module cache
uses: actions/cache@v2
with:
path: |
mobile_modules/ios_module/
key: ${{ runner.os }}-ios-${{ hashFiles('**/Cargo.lock', '**/*.swift', 'ios_build.sh') }}
- name: Rust cache
uses: Swatinem/rust-cache@v1
- run: ./ios_build.sh x86