Skip to content

Commit e3df5e6

Browse files
committed
[Tizen] Fix CI build error
Modify build script because the path to icu package path has been changed. flutter#50924
1 parent 48634d5 commit e3df5e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
--disable-desktop-embeddings \
7171
--target-dir build
7272
ninja -C src/out/build flutter_engine_library
73-
cp -f src/third_party/icu/flutter/icudtl.dat src/out/build
73+
cp -f src/flutter/third_party/icu/flutter/icudtl.dat src/out/build
7474
7575
- name: Build gen_snapshot
7676
if: ${{ matrix.mode != 'debug' }}

0 commit comments

Comments
 (0)