CyBear-Jinni / cbj_app

📱 CyBear Jinni App is the app to control CyBear Jinni Hub 💡 remotely from your Android, IOS and Web Browser. If you have ever wondered "Is there an open-source project to make my own smart home?", This is part of one.
https://cybearjinni.com
GNU Affero General Public License v3.0
117 stars 140 forks source link

Fixe CI #666

Closed guyluz11 closed 1 year ago

guyluz11 commented 1 year ago

Currently the CI is failing on wired error https://github.com/CyBear-Jinni/cbj_app/actions/runs/6370434888/job/17291543043

Because cybear_jinni depends on lint >=2.1.0 which requires SDK version >=3.0.0-0 <4.0.0, version solving failed.
pub get failed
command: "/opt/hostedtoolcache/flutter/stable-3.7.7-x64/bin/cache/dart-sdk/bin/dart __deprecated_pub --directory . get --example"
pub env: {
  "FLUTTER_ROOT": "/opt/hostedtoolcache/flutter/stable-3.7.7-x64",
  "PUB_ENVIRONMENT": "flutter_bot:flutter_cli:get",
  "PUB_CACHE": "/opt/hostedtoolcache/flutter/stable-3.7.7-x64/.pub-cache",
}
exit code: 1

It looks like a dependency issue so it is probably connected to #665