Skip to content

Bump follow-redirects from 1.14.8 to 1.15.6 in /example/js-example #2101

Bump follow-redirects from 1.14.8 to 1.15.6 in /example/js-example

Bump follow-redirects from 1.14.8 to 1.15.6 in /example/js-example #2101

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