Skip to content

Commit

Permalink
Fix typo and update ruby version
Browse files Browse the repository at this point in the history
  • Loading branch information
souzamari committed Oct 23, 2024
1 parent 6466592 commit fb6cd2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ios-sdk-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Install ruby and gem dependencies
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3.5
ruby-version: 3.0
bundler-cache: true # runs 'bundle install' and caches installed gems automatically

sdk-tests:
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Bundle install
run: bundle install
- name: Build Demo Objective-C
run: bundle exec fastlane demo-objc
run: bundle exec fastlane demo_objc
- name: Store Artifacts
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit fb6cd2e

Please sign in to comment.