Skip to content

Commit dabfc86

Browse files
author
siuze
committed
Update dict-packs-build.yml
1 parent a73a1b2 commit dabfc86

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/dict-packs-build.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,17 @@ jobs:
2727
with:
2828
repository: ${{ inputs.repository }}
2929
submodules: recursive
30+
- name: Set Swap Space
31+
uses: pierotofy/set-swap-space@master
32+
with:
33+
swap-size-gb: 10
3034
- name: 导入librime仓库并安装
3135
run: |
3236
git clone --recursive https://github.com/siuze/librime.git
3337
cd librime
3438
sudo apt install -y libunwind-dev build-essential cmake clang
3539
sudo ./action-install-linux.sh
36-
sudo make test V=1 -d
40+
sudo make test V=1
3741
continue-on-error: true
3842
- name: 导入方案配置并编译词典扩展包
3943
run: |

0 commit comments

Comments
 (0)