We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a73a1b2 commit dabfc86Copy full SHA for dabfc86
1 file changed
.github/workflows/dict-packs-build.yml
@@ -27,13 +27,17 @@ jobs:
27
with:
28
repository: ${{ inputs.repository }}
29
submodules: recursive
30
+ - name: Set Swap Space
31
+ uses: pierotofy/set-swap-space@master
32
+ with:
33
+ swap-size-gb: 10
34
- name: 导入librime仓库并安装
35
run: |
36
git clone --recursive https://github.com/siuze/librime.git
37
cd librime
38
sudo apt install -y libunwind-dev build-essential cmake clang
39
sudo ./action-install-linux.sh
- sudo make test V=1 -d
40
+ sudo make test V=1
41
continue-on-error: true
42
- name: 导入方案配置并编译词典扩展包
43
0 commit comments