Skip to content

Commit

Permalink
fix: Use pod install instead of bundle exec pod ...
Browse files Browse the repository at this point in the history
  • Loading branch information
max71126 committed Sep 1, 2023
1 parent 8b03576 commit cf6b06f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
restore-keys: |
${{ runner.os }}-pods-
- name: Install Pods
run: bundle exec pod check || bundle exec pod install
run: pod install
- name: Install xcpretty
run: gem install xcpretty
- name: Build App
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
restore-keys: |
${{ runner.os }}-pods-
- name: Install Pods
run: bundle exec pod check || bundle exec pod install
run: pod install
- name: Install xcpretty
run: gem install xcpretty
- name: Build App
Expand Down

0 comments on commit cf6b06f

Please sign in to comment.