mirror of
https://github.com/zhigang1992/PerspectiveTransform.git
synced 2026-01-12 17:32:51 +08:00
use preinstalled ruby on circleci
This commit is contained in:
@@ -12,7 +12,9 @@ commands:
|
||||
pod-install:
|
||||
description: Checkout and Install Dependencies
|
||||
steps:
|
||||
- run: chruby
|
||||
- checkout
|
||||
- run: echo "2.5.5" > .ruby-version # Use preinstalled version of chruby
|
||||
- run: gem install bundler
|
||||
- restore_cache:
|
||||
key: 2-gems-{{ checksum "Gemfile.lock" }}
|
||||
|
||||
Reference in New Issue
Block a user