aaron-ai commented on PR #777:
URL: https://github.com/apache/rocketmq-clients/pull/777#issuecomment-2351555875
Here is what I found in the build log of GitHub Action:
```
/usr/bin/git submodule sync
/usr/bin/git -c protocol.version=2 submodule update --init --force
--depth=1
Submodule 'protos' (https://github.com/apache/rocketmq-apis.git)
registered for path 'protos'
Cloning into
'/home/runner/work/rocketmq-clients/rocketmq-clients/protos'...
From https://github.com/apache/rocketmq-apis
* branch 47991e6704e318c3f1cf03caf3d2f90d34426f68 -> FETCH_HEAD
Submodule path 'protos': checked out
'47991e6704e318c3f1cf03caf3d2f90d34426f68'
```
@tsunghanjacktsai
Which means the submodule was not updated yet, so I guess you need to rebase
to the lastest commit of master branch.
--
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]