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
rrr-core committed Sep 1, 2023
1 parent cab7d8e commit 95cd6d5
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 95cd6d5

Please sign in to comment.