Skip to content

Commit

Permalink
[Tizen] Fix CI build error
Browse files Browse the repository at this point in the history
Modify build script because the path to icu package path has been changed.
flutter#50924
  • Loading branch information
JSUYA committed Jun 13, 2024
1 parent 8117827 commit 84ee23c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
--disable-desktop-embeddings \
--target-dir build
ninja -C src/out/build flutter_engine_library
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
- name: Build gen_snapshot
if: ${{ matrix.mode != 'debug' }}
Expand Down

0 comments on commit 84ee23c

Please sign in to comment.