diff options
Diffstat (limited to '.github/workflows/cgit-ci.yml')
| -rw-r--r-- | .github/workflows/cgit-ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/cgit-ci.yml b/.github/workflows/cgit-ci.yml index 37241312ef..0f6dfe8b3b 100644 --- a/.github/workflows/cgit-ci.yml +++ b/.github/workflows/cgit-ci.yml @@ -44,10 +44,10 @@ jobs: - name: Build git run: | cd git - make -j$(nproc 2>/dev/null || sysctl -n hw.logicalcpu) prefix=/usr/local NO_GETTEXT=1 + make -j"$(nproc 2>/dev/null || sysctl -n hw.logicalcpu)" prefix=/usr/local NO_GETTEXT=1 - name: Build cgit - run: make -j$(nproc 2>/dev/null || sysctl -n hw.logicalcpu) + run: make -j"$(nproc 2>/dev/null || sysctl -n hw.logicalcpu)" - name: Run tests run: make test || true |
