This commit is contained in:
rustdesk
2023-06-29 13:25:17 +08:00
parent d95595add4
commit 67e7b54c56
3 changed files with 5 additions and 4 deletions

View File

@@ -314,7 +314,7 @@ jobs:
run: |
cargo install flutter_rust_bridge_codegen --version ${{ env.FLUTTER_RUST_BRIDGE_VERSION }} --features "uuid"
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
~/.cargo/bin/flutter_rust_bridge_codegen --rust-input ./src/flutter_ffi.rs --dart-output ./flutter/lib/generated_bridge.dart --c-output ./flutter/macos/Runner/bridge_generated.h
- name: Restore from cache and install vcpkg
uses: lukka/run-vcpkg@v7