diff options
| author | ruki <[email protected]> | 2021-01-24 10:44:59 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-01-24 10:44:59 +0800 |
| commit | 8b862703c55eefa3ba210148bcc75ea83cac8560 (patch) | |
| tree | 8bd905d6e4df339f40a10bd266b481564263e1f2 /.github/workflows | |
| parent | 74c973ec421432e0c9ff20e167021748e8e17ee2 (diff) | |
improve freebsd ci
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/freebsd.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/freebsd.yml b/.github/workflows/freebsd.yml index fdfad7765..96304863f 100644 --- a/.github/workflows/freebsd.yml +++ b/.github/workflows/freebsd.yml @@ -20,6 +20,7 @@ jobs: uses: vmactions/[email protected] with: usesh: true + mem: 4096 prepare: pkg install -y curl unzip gmake llvm gsed bash perl5 run: | gmake -j4 |
