diff options
| author | ruki <[email protected]> | 2022-12-20 00:39:44 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-12-20 00:39:44 +0800 |
| commit | 501fabc01baa1ede661e9f754f479e49214409d1 (patch) | |
| tree | a4b52e3a4cea3fd627a98962691239ce091f6df3 | |
| parent | dbccd05c4b686841f24e54d758bb730c4ebd2093 (diff) | |
update ci
| -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 4c7ffc0cf..08408dddd 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 + ./configure --verbose --diagnosis gmake -j4 gmake install export XMAKE_ROOT=y |
