Skip to content

Commit

Permalink
set ruby v
Browse files Browse the repository at this point in the history
  • Loading branch information
kcw-grunt committed Dec 24, 2024
1 parent 5085a99 commit 5f4f268
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ jobs:
shell: /bin/bash --login -o pipefail
steps:
- checkout
# Set Ruby version
- run:
name: Set Ruby Version
command: echo "ruby-2.7.8" > ~/.ruby-version
- run: bundle install
- run:
name: Fastlane
Expand Down

0 comments on commit 5f4f268

Please sign in to comment.