mirror of
https://github.com/element-hq/element-x-ios.git
synced 2025-03-10 21:39:12 +00:00
Try Ruby 3.0 on CI.
This commit is contained in:
parent
026bd56bfc
commit
f56eb3647b
@ -12,12 +12,17 @@ setup_xcode_cloud_environment () {
|
|||||||
# Prevent installing dependencies in system directories
|
# Prevent installing dependencies in system directories
|
||||||
echo 'export GEM_HOME=$HOME/.gem' >>~/.zshrc
|
echo 'export GEM_HOME=$HOME/.gem' >>~/.zshrc
|
||||||
echo 'export PATH=$GEM_HOME/bin:$PATH' >>~/.zshrc
|
echo 'export PATH=$GEM_HOME/bin:$PATH' >>~/.zshrc
|
||||||
|
echo 'export PATH="/usr/local/opt/ruby/bin:$PATH"' >> ~/.zshrc
|
||||||
echo 'export PATH="/Users/local/Library/Python/3.9/bin:$PATH"' >> ~/.zshrc
|
echo 'export PATH="/Users/local/Library/Python/3.9/bin:$PATH"' >> ~/.zshrc
|
||||||
|
|
||||||
export GEM_HOME=$HOME/.gem
|
export GEM_HOME=$HOME/.gem
|
||||||
export PATH=$GEM_HOME/bin:$PATH
|
export PATH=$GEM_HOME/bin:$PATH
|
||||||
|
export PATH="/usr/local/opt/ruby/bin:$PATH"
|
||||||
export PATH="/Users/local/Library/Python/3.9/bin:$PATH"
|
export PATH="/Users/local/Library/Python/3.9/bin:$PATH"
|
||||||
|
|
||||||
|
# Things don't work well on the default ruby version
|
||||||
|
brew install ruby
|
||||||
|
|
||||||
gem install bundler
|
gem install bundler
|
||||||
|
|
||||||
bundle config path vendor/bundle
|
bundle config path vendor/bundle
|
||||||
|
Loading…
x
Reference in New Issue
Block a user