Skip to content

Commit

Permalink
issue-706: Syntax fix to main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
geosaaga committed Dec 18, 2024
1 parent 9bb8478 commit 9dd50a2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -238,9 +238,7 @@ jobs:

# Gem install bundler + bundle install
- name: Install Ruby Dependencies
run: |
gem install bundler && bundle install
bundle update fastlane
run: gem install bundler && bundle install && bundle update fastlane
working-directory: ios

# Install Pods
Expand Down

0 comments on commit 9dd50a2

Please sign in to comment.