Update playground.yml

This commit is contained in:
RustDesk 2024-07-13 01:29:17 +08:00 committed by GitHub
parent 06e04143a8
commit 183ea47ba4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -153,6 +153,7 @@ jobs:
- name: Install flutter rust bridge deps
shell: bash
run: |
rm -rf Cargo.lock
cargo install flutter_rust_bridge_codegen --version ${{ env.FLUTTER_RUST_BRIDGE_VERSION }} --features "uuid"
# below works for mac to make buildable on 3.13.9
# pushd flutter/lib; find . -name "*.dart" | xargs -I{} sed -i '' 's/textScaler: TextScaler.linear(\(.*\)),/textScaleFactor: \1,/g' {}; popd;