Commit 4c757132 authored by Martin Santangelo's avatar Martin Santangelo

(fix) ruby error ios ci

1 merge request!406Fix CI build for iOS and Android
......@@ -60,7 +60,7 @@ jobs:
command: brew install getsentry/tools/sentry-cli
- run:
name: set Ruby version
command: echo "ruby-2.4" > ~/.ruby-version
command: echo "ruby-2.6" > ~/.ruby-version
- restore_cache:
key: yarn-v1-{{ checksum "yarn.lock" }}-{{ arch }}
......
Please register or to comment