Skip to content

Commit

Permalink
librime plugins installing with librime script
Browse files Browse the repository at this point in the history
  • Loading branch information
fxliang committed Feb 7, 2024
1 parent b73a141 commit a885a63
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/commit-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,12 @@ jobs:

- name: build librime
if: ${{ success() }}
env:
rime_plugins: hchunhui/librime-lua lotem/librime-octagram rime/librime-predict
run: |
# load plugins
pushd librime\plugins\
git clone -v --depth=1 https://github.com/hchunhui/librime-lua.git
git clone -v --depth=1 -b thirdparty https://github.com/hchunhui/librime-lua.git librime-lua\thirdparty
git clone -v --depth=1 https://github.com/rime/librime-predict.git
git clone -v --depth=1 https://github.com/lotem/librime-octagram.git
pushd librime
.\action-install-plugins-windows.bat
popd
.\build.bat librime
Expand Down

0 comments on commit a885a63

Please sign in to comment.