Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
MrRefactor committed Nov 8, 2024
1 parent 62c4726 commit c232e83
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
steps:
- uses: oven-sh/setup-bun@v2
- uses: actions/checkout@v4

- name: Install dependencies
uses: ./.github/actions/install-dependencies

Expand All @@ -35,10 +35,6 @@ jobs:
path: example/ios/Pods
key: ${{ hashFiles('./example/ios/Podfile.lock') }}

- name: Bundle app
run: bun build:ios
working-directory: example/ios

- name: Install example Pods
run: pod install
working-directory: example/ios
Expand Down

0 comments on commit c232e83

Please sign in to comment.