Skip to content

Commit 93e3fd7

Browse files
committed
add ruby version for bundle
1 parent e202982 commit 93e3fd7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ios-browserstack.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@ jobs:
66
runs-on: macos-latest
77

88
steps:
9-
- uses: actions/checkout@v2
9+
- uses: actions/checkout@v4
10+
- uses: ruby/setup-ruby@v1
11+
with:
12+
ruby-version: "3.2.2"
13+
bundler-cache: true
1014

1115
- name: fastlane build swift-sample-app
1216
run: bundle exec fastlane build_for_browserstack

0 commit comments

Comments
 (0)