fix:调整依赖,为了修复ci的构建失败

This commit is contained in:
liyi 2025-08-12 10:54:11 +08:00
parent b099c6101e
commit 5ca0ba4a12

View File

@ -73,6 +73,7 @@ variables:
- gem env
- bundle config mirror.https://rubygems.org https://mirrors.aliyun.com/rubygems/
- bundle install --gemfile android/Gemfile --path vendor/bundle_android --quiet
- flutter clean
cache:
paths:
- app_new.version
@ -92,6 +93,7 @@ variables:
- gem env
- bundle config mirror.https://rubygems.org https://mirrors.aliyun.com/rubygems/
- bundle install --gemfile ios/Gemfile --path vendor/bundle_ios --quiet
- flutter clean
cache:
paths:
- app_new.version