uncommented flutter bridge deps
This commit is contained in:
12
.github/workflows/flutter-build.yml
vendored
12
.github/workflows/flutter-build.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user