diff options
| author | ruki <[email protected]> | 2022-01-25 23:33:42 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-01-25 23:33:42 +0800 |
| commit | 7dc52d8c80a8cb8500fda3d10c7acc30c9105b3c (patch) | |
| tree | 55504cb4fa39465932e22a26fbc0aa6095e6a653 | |
| parent | e219035a8e884bc3bbae0c57c122cefa4cd66b28 (diff) | |
improve bsd ci
| -rw-r--r-- | .github/workflows/freebsd.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/freebsd.yml b/.github/workflows/freebsd.yml index 38eb93e22..3cab3414f 100644 --- a/.github/workflows/freebsd.yml +++ b/.github/workflows/freebsd.yml @@ -20,10 +20,11 @@ jobs: submodules: true - name: Tests - uses: vmactions/[email protected] + uses: vmactions/[email protected] with: usesh: true mem: 4096 + copyback: false prepare: pkg install -y curl unzip gmake llvm gsed bash perl5 run: | gmake -j4 |
