DreamPearl commented on a change in pull request #319:
URL: https://github.com/apache/qpid-proton/pull/319#discussion_r649330592



##########
File path: .github/workflows/build.yml
##########
@@ -60,6 +63,28 @@ jobs:
       if: runner.os == 'macOS'
       run: |
         brew install libuv swig pkgconfig jsoncpp
+    - uses: actions/checkout@v2
+    - name: Create directory for opentelemetry-cpp
+      run: mkdir -p "${OTelDir}"
+      shell: bash
+    - name: Checkout opentelemetry-cpp repo
+      uses: actions/checkout@v2
+      with:
+        repository: open-telemetry/opentelemetry-cpp
+        path: ${{env.OTelDir}}
+    - uses: actions/checkout@v2

Review comment:
       Thanks, Done! Now it seems to be working. :)
    
   And I just found out, that if we provide a directory beforehand then git 
clone will just dump data inside of it rather than creating a new directory. 
   I manually created a directory for opentelemetry and thought git clone will 
also create a new subdirectory inside the one that I've created ( i.e. 
opentelemetry/opentelemetry-cpp). That's why it wasn't able to find CMakeLists 
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.

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