This is an automated email from the ASF dual-hosted git repository.

twice pushed a commit to branch unstable
in repository https://gitbox.apache.org/repos/asf/kvrocks.git


The following commit(s) were added to refs/heads/unstable by this push:
     new 3ff15bfb Fix shell command in SonarCloud CI (#2037)
3ff15bfb is described below

commit 3ff15bfb3f34418f9b3f1ac28b9d7e97c18a281c
Author: Twice <[email protected]>
AuthorDate: Sun Jan 21 23:13:35 2024 +0900

    Fix shell command in SonarCloud CI (#2037)
---
 .github/workflows/sonar.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/sonar.yaml b/.github/workflows/sonar.yaml
index 5c48cd06..afbc09b2 100644
--- a/.github/workflows/sonar.yaml
+++ b/.github/workflows/sonar.yaml
@@ -65,7 +65,7 @@ jobs:
           python-version: 3.x
       - name: Configure Kvrocks
         run: |
-          ./x.py build -j$NPROC --compiler gcc --skip-build
+          ./x.py build -j$(nproc) --compiler gcc --skip-build
 
       - name: Run sonar-scanner
         env:

Reply via email to