Skip to content

Commit

Permalink
attempt 2 bundle update
Browse files Browse the repository at this point in the history
  • Loading branch information
mrehan27 committed Aug 14, 2024
1 parent 77016e8 commit cbfbcb4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 11 deletions.
19 changes: 8 additions & 11 deletions .github/workflows/build-sample-apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,14 @@ jobs:
with:
node-version: ${{ env.NODE_VERSION }}

- name: Cache CocoaPods downloaded dependencies for faster builds in the future
uses: actions/cache@v4
with:
path: Pods
key: ${{ runner.os }}-${{ matrix.sample-app }}-Pods-${{ github.ref }}
restore-keys: |
${{ runner.os }}-${{ matrix.sample-app }}-Pods
- name: Install dependencies to build SDK
run: yarn install --frozen-lockfile
working-directory: .
Expand Down Expand Up @@ -174,17 +182,6 @@ jobs:
with:
xcode-version: ${{ env.XCODE_VERSION }}

- name: Cache CocoaPods downloaded dependencies for faster builds in the future
uses: actions/cache@v4
with:
path: Pods
key: ${{ runner.os }}-${{ matrix.sample-app }}-Pods-${{ github.ref }}
restore-keys: |
${{ runner.os }}-${{ matrix.sample-app }}-Pods
- name: pod install
run: pod install --project-directory=ios

- name: Build and upload iOS app via Fastlane
uses: maierj/fastlane-action@v3.1.0
with:
Expand Down
1 change: 1 addition & 0 deletions Apps/APN/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,7 @@ GEM

PLATFORMS
arm64-darwin-21
arm64-darwin-22

DEPENDENCIES
cocoapods
Expand Down

0 comments on commit cbfbcb4

Please sign in to comment.