chenBright commented on code in PR #2956:
URL: https://github.com/apache/brpc/pull/2956#discussion_r2055594758


##########
.github/workflows/ci-linux.yml:
##########
@@ -92,29 +137,74 @@ jobs:
     runs-on: ubuntu-22.04
     steps:
     - uses: actions/checkout@v2
-    - uses: ./.github/actions/install-essential-dependences
+    - uses: ./.github/actions/install-essential-dependencies
     - uses: ./.github/actions/init-make-config
       with:
         options: --cc=clang --cxx=clang++ --werror
     - name: compile
       run: |
-           make -j ${{env.proc_num}}
+        make -j ${{env.proc_num}}
+
+  clang-compile-with-make-protobuf-3-5-1:

Review Comment:
   I have merged some jobs and now there are only 15 jobs.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@brpc.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@brpc.apache.org
For additional commands, e-mail: dev-h...@brpc.apache.org

Reply via email to