We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8117827 commit 84ee23cCopy full SHA for 84ee23c
.github/workflows/build.yml
@@ -70,7 +70,7 @@ jobs:
70
--disable-desktop-embeddings \
71
--target-dir build
72
ninja -C src/out/build flutter_engine_library
73
- cp -f src/third_party/icu/flutter/icudtl.dat src/out/build
+ cp -f src/flutter/third_party/icu/flutter/icudtl.dat src/out/build
74
75
- name: Build gen_snapshot
76
if: ${{ matrix.mode != 'debug' }}
0 commit comments