Skip to content

Commit db7ef65

Browse files
authored
Add explicit Ruby version
1 parent 3ae0cf0 commit db7ef65

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@ jobs:
99

1010
steps:
1111
- uses: actions/checkout@v1
12-
- name: Run a one-line script
12+
- uses: ruby/setup-ruby@v1
13+
with:
14+
ruby-version: '3.1.0'
15+
bundler-cache: false
1316
run: 'bundle install && bundle exec fastlane test'
1417
env:
1518
TEST_SCHEME: "TOCropViewControllerTests"

0 commit comments

Comments
 (0)