diff options
| author | ruki <[email protected]> | 2022-12-22 00:52:34 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-12-22 00:52:34 +0800 |
| commit | 5450901c880a20fdf1fae18fc5bc3eb428c8ec7f (patch) | |
| tree | 86d18752ed0b2a6ecafaa78ccd1c6a5809cbe48d /.github/workflows | |
| parent | 0b991ef3dc40f0683055f1602dcd6f95ffed9e25 (diff) | |
just find file
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/freebsd.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/freebsd.yml b/.github/workflows/freebsd.yml index 08408dddd..4c7ffc0cf 100644 --- a/.github/workflows/freebsd.yml +++ b/.github/workflows/freebsd.yml @@ -27,7 +27,7 @@ jobs: copyback: false prepare: pkg install -y curl unzip gmake llvm gsed bash perl5 run: | - ./configure --verbose --diagnosis + ./configure gmake -j4 gmake install export XMAKE_ROOT=y |
