This commit is contained in:
rustdesk 2024-06-21 01:13:05 +08:00
parent e95823f543
commit 80c5d59916

View File

@ -103,6 +103,7 @@ jobs:
run: |
git config --global core.longpaths true
cargo install flutter_rust_bridge_codegen --version ${{ env.FLUTTER_RUST_BRIDGE_VERSION }} --features "uuid"
rm -rf flutter/pubspec.lock
pushd flutter ; flutter pub get ; popd
~/.cargo/bin/flutter_rust_bridge_codegen --rust-input ./src/flutter_ffi.rs --dart-output ./flutter/lib/generated_bridge.dart