Skip to content

Commit

Permalink
add ruby version for bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
jyu115 committed Dec 6, 2023
1 parent e202982 commit 93e3fd7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ios-browserstack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ jobs:
runs-on: macos-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: "3.2.2"
bundler-cache: true

- name: fastlane build swift-sample-app
run: bundle exec fastlane build_for_browserstack
Expand Down

0 comments on commit 93e3fd7

Please sign in to comment.