Update playground.yml
This commit is contained in:
parent
06e04143a8
commit
183ea47ba4
1
.github/workflows/playground.yml
vendored
1
.github/workflows/playground.yml
vendored
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user