uncommented flutter bridge deps

This commit is contained in:
2023-09-21 16:30:24 -05:00
parent 3eea8845cb
commit 332b82cfed

View File

@@ -80,12 +80,12 @@ jobs:
# with:
# prefix-key: ${{ matrix.job.os }}
# - name: Install flutter rust bridge deps
# run: |
# git config --global core.longpaths true
# cargo install flutter_rust_bridge_codegen --version ${{ env.FLUTTER_RUST_BRIDGE_VERSION }} --features "uuid"
# Push-Location flutter ; flutter pub get ; Pop-Location
# ~/.cargo/bin/flutter_rust_bridge_codegen --rust-input ./src/flutter_ffi.rs --dart-output ./flutter/lib/generated_bridge.dart
- name: Install flutter rust bridge deps
run: |
git config --global core.longpaths true
cargo install flutter_rust_bridge_codegen --version ${{ env.FLUTTER_RUST_BRIDGE_VERSION }} --features "uuid"
Push-Location flutter ; flutter pub get ; Pop-Location
~/.cargo/bin/flutter_rust_bridge_codegen --rust-input ./src/flutter_ffi.rs --dart-output ./flutter/lib/generated_bridge.dart
# - name: Install vcpkg dependencies
# run: |