fix: potential dependency conflict (#4550)

* fix: potential dependency conflict

* fix: ci issues
This commit is contained in:
Lucas.Xu
2024-01-30 16:05:56 +08:00
committed by GitHub
parent c0aef8f4fe
commit 0b7ae734a1
31 changed files with 272 additions and 302 deletions

View File

@ -56,7 +56,7 @@ script = [
"""
cd rust-lib/
rustup show
if [ "${BUILD_FLAG}" == "debug" ]; then
if [ "${BUILD_FLAG}" = "debug" ]; then
echo "🚀 🚀 🚀 Building for debug"
cargo ndk -t arm64-v8a -t x86_64 -o ./jniLibs build --features "${FLUTTER_DESKTOP_FEATURES}" --package=dart-ffi
else