DreamPearl commented on code in PR #355:
URL: https://github.com/apache/qpid-proton/pull/355#discussion_r900182279
##########
.github/workflows/build.yml:
##########
@@ -60,6 +60,11 @@ jobs:
if: runner.os == 'macOS'
run: |
brew install libuv swig pkgconfig jsoncpp
+ - name: OTel build/install
+ if: runner.os == 'Linux'
+ working-directory: ${{github.workspace}}
+ run: sudo sh ./ci/otel.sh
+ shell: bash
Review Comment:
@astitcher Simplified the workflow.
--
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]