fix:调整rbenv global版本,修复build_android失败问题
This commit is contained in:
parent
9af93869a8
commit
285211804b
@ -64,8 +64,11 @@ variables:
|
|||||||
- export NEXT_VERSION="$(cat app_new.version)"
|
- export NEXT_VERSION="$(cat app_new.version)"
|
||||||
# - flutter pub get
|
# - flutter pub get
|
||||||
- export PATH="/opt/homebrew/bin:$PATH"
|
- export PATH="/opt/homebrew/bin:$PATH"
|
||||||
|
- rbenv install 2.7.8 --skip-existing
|
||||||
|
- rbenv global 2.7.8
|
||||||
- eval "$(rbenv init -)"
|
- eval "$(rbenv init -)"
|
||||||
- rbenv --version
|
- rbenv --version
|
||||||
|
- ruby -v
|
||||||
- bundle config mirror.https://rubygems.org https://gems.ruby-china.com
|
- bundle config mirror.https://rubygems.org https://gems.ruby-china.com
|
||||||
- bundle install --gemfile android/Gemfile --quiet
|
- bundle install --gemfile android/Gemfile --quiet
|
||||||
cache:
|
cache:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user