Skip to content

Commit

Permalink
install gems
Browse files Browse the repository at this point in the history
  • Loading branch information
boorad committed Jan 23, 2024
1 parent f03a886 commit 17cfed7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ jobs:
key: ${{ runner.os }}-pods-${{ hashFiles('**/Podfile.lock') }}
restore-keys: |
${{ runner.os }}-pods-
- name: Install Pods
- name: Install Gems
run: gem install cocoapods xcpretty
- name: Pod Install
run: bundle exec pod check || bundle exec pod install
- name: Install xcpretty
run: gem install xcpretty
- name: Build App
run: "set -o pipefail && xcodebuild \
CC=clang CPLUSPLUS=clang++ LD=clang LDPLUSPLUS=clang++ \
Expand Down

0 comments on commit 17cfed7

Please sign in to comment.