We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d17e3d commit 8979575Copy full SHA for 8979575
.github/workflows/mozc-ut.yaml
@@ -26,6 +26,7 @@ jobs:
26
run: |
27
sed -i -e 's/#generate_latest/generate_latest/' make.sh
28
chmod +x make.sh
29
+ python -m pip install jaconv
30
31
- name: build ut dic
32
working-directory: src/merge
0 commit comments