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

This commit is contained in:
liyi 2025-05-30 12:34:35 +08:00
parent 285211804b
commit 0e399c5831

View File

@ -64,6 +64,7 @@ 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"
- export RUBY_BUILD_MIRROR_URL=https://cache.ruby-china.com/pub/ruby
- rbenv install 2.7.8 --skip-existing - rbenv install 2.7.8 --skip-existing
- rbenv global 2.7.8 - rbenv global 2.7.8
- eval "$(rbenv init -)" - eval "$(rbenv init -)"