From 183ba62b095b09c0d24b7818fc7735f2a46bac0d Mon Sep 17 00:00:00 2001 From: Jason Wray Date: Thu, 19 Sep 2019 15:30:12 -0700 Subject: [ios, build] Use Ruby 2.6.x for build dependencies on CI --- circle.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'circle.yml') diff --git a/circle.yml b/circle.yml index 4d94619555..c39a4536fe 100644 --- a/circle.yml +++ b/circle.yml @@ -560,7 +560,9 @@ commands: steps: - run: name: Install iOS packaging dependencies - command: ./platform/ios/scripts/install-packaging-dependencies.sh + command: | + echo "ruby-2.6" > ~/.ruby-version + ./platform/ios/scripts/install-packaging-dependencies.sh background: true install-macos-dependencies: @@ -1390,6 +1392,7 @@ jobs: ios-release-template: macos: xcode: "10.3.0" + shell: /bin/bash --login -eo pipefail environment: BUILDTYPE: Release HOMEBREW_NO_AUTO_UPDATE: 1 @@ -1438,6 +1441,7 @@ jobs: ios-release-tag: macos: xcode: "10.3.0" + shell: /bin/bash --login -eo pipefail environment: BUILDTYPE: Release HOMEBREW_NO_AUTO_UPDATE: 1 -- cgit v1.2.1