mxsm commented on code in PR #4543:
URL: https://github.com/apache/eventmesh/pull/4543#discussion_r1384227571


##########
.github/workflows/ci.yml:
##########
@@ -48,6 +48,11 @@ jobs:
           # queries: ./path/to/local/query, your-org/your-repo/queries@main
           languages: ${{ matrix.language }}
 
+      - if: matrix.language == 'cpp' || matrix.language == 'csharp'
+        name: Build C
+        run: |
+          make   

Review Comment:
   > [xwm1992#11](https://github.com/xwm1992/EventMesh/pull/11) 
   > This is the pr modification of my own repository. It shows that the ci 
check passed, but the submission to the apache repository failed.
   
   会不会跟make的路径有关,在根目录下面不能进行make 编译处理C而需要到sdk Makefile文件目录才能
   
   --- 
   Could it be related to the path of make? Compilation processing of C cannot 
be performed under the root directory by make, but requires access to the 
directory of the sdk Makefile file.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to