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

wwbmmm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brpc.git


The following commit(s) were added to refs/heads/master by this push:
     new 8c2e8c15 修复CI流水线编译失败的问题
     new 56134451 Merge pull request #2132 from guodongxiaren/fix_ci_protoc
8c2e8c15 is described below

commit 8c2e8c15a434e8d280b3ba0a7b46f26fa8b03a0e
Author: 果冻虾仁 <[email protected]>
AuthorDate: Tue Feb 21 15:23:46 2023 +0800

    修复CI流水线编译失败的问题
---
 .github/actions/init-make-config/action.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/actions/init-make-config/action.yml 
b/.github/actions/init-make-config/action.yml
index 05e8a92a..1132b605 100644
--- a/.github/actions/init-make-config/action.yml
+++ b/.github/actions/init-make-config/action.yml
@@ -5,5 +5,5 @@ inputs:
 runs:
   using: "composite"
   steps:
-    - run: sh config_brpc.sh --headers="/usr/local/include /usr/include" 
--libs="/usr/local/lib /usr/local/lib64 /usr/lib /usr/lib64" --nodebugsymbols 
${{inputs.options}}
+    - run: sh config_brpc.sh --headers="/usr/include" --libs="/usr/lib 
/usr/lib64" --nodebugsymbols ${{inputs.options}}
       shell: bash


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to