fix:调整rbenv global版本,修复build_android失败问题

This commit is contained in:
liyi 2025-05-30 12:29:36 +08:00
parent 9af93869a8
commit 285211804b

View File

@ -64,8 +64,11 @@ variables:
- export NEXT_VERSION="$(cat app_new.version)"
# - flutter pub get
- export PATH="/opt/homebrew/bin:$PATH"
- rbenv install 2.7.8 --skip-existing
- rbenv global 2.7.8
- eval "$(rbenv init -)"
- rbenv --version
- ruby -v
- bundle config mirror.https://rubygems.org https://gems.ruby-china.com
- bundle install --gemfile android/Gemfile --quiet
cache: