mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
fix: potential dependency conflict (#4550)
* fix: potential dependency conflict * fix: ci issues
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user