Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
[ios, build] Fix jazzy build error by preinstalling updated ffi depen…
Browse files Browse the repository at this point in the history
…dency
  • Loading branch information
friedbunny authored and captainbarbosa committed Jul 19, 2019
1 parent 9a1259e commit 5a4cac8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions platform/ios/scripts/install-packaging-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ if [ -z `which jazzy` ]; then

CIRCLECI=${CIRCLECI:-false}
if [[ "${CIRCLECI}" == true ]]; then
sudo gem install ffi -v '1.9.25' --source 'https://rubygems.org/'
sudo gem install jazzy -v $JAZZY_VERSION --no-document -- --with-sqlite3-lib=/usr/lib
else
gem install jazzy -v $JAZZY_VERSION --no-document
Expand Down

0 comments on commit 5a4cac8

Please sign in to comment.