mirror of
https://github.com/iDvel/rime-ice.git
synced 2026-04-25 03:24:41 +00:00
CI: remove unused comment; update jieba lib version to avoid warnings
This commit is contained in:
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -38,10 +38,6 @@ jobs:
|
||||
|
||||
- name: Pack dicts
|
||||
run: |
|
||||
## 备用 Prepare opencc dict, 启用后 emoji.json 也要做改动
|
||||
# apt install opencc
|
||||
# opencc_dict -i opencc/emoji.txt -o opencc/emoji.ocd2 -f text -t ocd2
|
||||
|
||||
mkdir dist
|
||||
echo "Pack all ..."
|
||||
find . -maxdepth 1 -name "*.lua" -o -name "*.yaml" -o -name "*.txt" | zip dist/full.zip -@
|
||||
|
||||
Reference in New Issue
Block a user