diff --git a/.github/workflows/flutter-build.yml b/.github/workflows/flutter-build.yml index e1af6ef9..7c59879b 100644 --- a/.github/workflows/flutter-build.yml +++ b/.github/workflows/flutter-build.yml @@ -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: |