Skip to content

Commit

Permalink
fix iOS builds
Browse files Browse the repository at this point in the history
  • Loading branch information
hannojg committed Nov 6, 2024
1 parent f180b54 commit b386cd4
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/build-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@ on:
branches:
- main
paths:
- '.github/workflows/build-ios.yml'
- 'ios/**'
- 'cpp/**'
- '*.podspec'
- 'example/ios/**'
- ".github/workflows/build-ios.yml"
- "ios/**"
- "cpp/**"
- "*.podspec"
- "example/ios/**"
pull_request:
paths:
- '.github/workflows/build-ios.yml'
- 'ios/**'
- 'cpp/**'
- '*.podspec'
- 'example/ios/**'
- ".github/workflows/build-ios.yml"
- "ios/**"
- "cpp/**"
- "*.podspec"
- "example/ios/**"

jobs:
build:
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Setup Ruby (bundle)
uses: ruby/setup-ruby@v1
with:
ruby-version: '2.7.6'
ruby-version: "2.7.6"
bundler-cache: true
working-directory: example

Expand All @@ -66,7 +66,7 @@ jobs:
restore-keys: |
${{ runner.os }}-pods-
- name: Install Pods
run: bundle exec pod check || bundle exec pod install
run: RCT_NEW_ARCH_ENABLED=0 bundle exec pod install
- name: Install xcpretty
run: gem install xcpretty
- name: Build App
Expand Down

0 comments on commit b386cd4

Please sign in to comment.