mirror of
https://github.com/iDvel/rime-ice.git
synced 2026-02-01 23:57:39 +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
|
- name: Pack dicts
|
||||||
run: |
|
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
|
mkdir dist
|
||||||
echo "Pack all ..."
|
echo "Pack all ..."
|
||||||
find . -maxdepth 1 -name "*.lua" -o -name "*.yaml" -o -name "*.txt" | zip dist/full.zip -@
|
find . -maxdepth 1 -name "*.lua" -o -name "*.yaml" -o -name "*.txt" | zip dist/full.zip -@
|
||||||
|
|||||||
@@ -5,6 +5,6 @@ go 1.22
|
|||||||
require github.com/deckarep/golang-set/v2 v2.3.0
|
require github.com/deckarep/golang-set/v2 v2.3.0
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/yanyiwu/gojieba v1.3.0
|
github.com/yanyiwu/gojieba v1.4.6
|
||||||
golang.org/x/sys v0.19.0
|
golang.org/x/sys v0.19.0
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user