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


##########
.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:
   > 提交到主仓库就失败了
   
   It should be a side effect of these unsynchronized commits: 
https://github.com/xwm1992/EventMesh/compare/master...apache:eventmesh:master
   
   ---
   
   
应该是这些没同步的commit带来的副作用:https://github.com/xwm1992/EventMesh/compare/master...apache:eventmesh:master



##########
.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:
   > 提交到主仓库就失败了
   
   It should be a side effect of these unsynchronized commits: 
https://github.com/xwm1992/EventMesh/compare/master...apache:eventmesh:master
   
   ---
   
   
应该是这些没同步的commit带来的副作用:https://github.com/xwm1992/EventMesh/compare/master...apache:eventmesh:master



-- 
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