Skip to content
This repository has been archived by the owner on Nov 30, 2024. It is now read-only.

Commit

Permalink
package opencc for chinese-addons; allow manual run ci (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
eagleoflqj authored Jan 25, 2024
1 parent 4b7b9ad commit b56fb6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- master
pull_request:
workflow_dispatch:

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion scripts/chinese-addons.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ fi

f5m_configure "${ARGS[@]}"
f5m_build
f5m_install libime
f5m_install libime opencc
# Install zh_CN.lm and zh_CN.lm.predict which are not in share
tar xjvf $CACHE_DIR/libime-$ARCH.tar.bz2 -C $DESTDIR$INSTALL_PREFIX lib/libime
f5m_make_tarball

0 comments on commit b56fb6c

Please sign in to comment.