From a885a63034991fda1570158ba73b4e0807a9ca43 Mon Sep 17 00:00:00 2001 From: fxliang Date: Wed, 7 Feb 2024 11:47:12 +0800 Subject: [PATCH] librime plugins installing with librime script --- .github/workflows/commit-ci.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/commit-ci.yml b/.github/workflows/commit-ci.yml index 5bf5d7812..928113020 100644 --- a/.github/workflows/commit-ci.yml +++ b/.github/workflows/commit-ci.yml @@ -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