Update playground.yml

This commit is contained in:
RustDesk 2024-07-14 04:35:23 +08:00 committed by GitHub
parent 29b8875c1c
commit 5f31211db3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -146,7 +146,6 @@ jobs:
- name: Install flutter rust bridge deps
shell: bash
run: |
rm -rf Cargo.lock
cargo install flutter_rust_bridge_codegen --version ${{ matrix.job.bridge }} --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;