File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ jobs:
161161 sudo -E ./ci/setup_cmake.sh
162162 - name : Install Dependencies
163163 run : |
164- cmake -S ./install/cmake -B ~/thirdparty-build -DCMAKE_CXX_STANDARD=$CXX_STANDARD -DCMAKE_INSTALL_PREFIX=$INSTALL_TEST_DIR
164+ cmake -S ./install/cmake -B ~/thirdparty-build -DCMAKE_CXX_STANDARD=$CXX_STANDARD -DCMAKE_INSTALL_PREFIX=$INSTALL_TEST_DIR -DOTELCPP_THIRDPARTY_FILE=third_party_latest
165165 cd ~/thirdparty-build
166166 sudo -E make -j$(nproc)
167167 - name : Run Tests (static libs)
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ if(OPENTELEMETRY_CPP_HEADER_VERSION_H MATCHES
1414else ()
1515 message (
1616 FATAL_ERROR
17- "OPENTELEMETRY_VERSION not found on ${CMAKE_CURRENT_LIST_DIR} /api/include/opentelemetry/version.h"
17+ "OPENTELEMETRY_VERSION not found on ${CMAKE_CURRENT_LIST_DIR} /../ api/include/opentelemetry/version.h"
1818 )
1919endif ()
2020
You can’t perform that action at this time.
0 commit comments