We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecd824a commit 7869efbCopy full SHA for 7869efb
.github/workflows/build.yml
@@ -51,8 +51,7 @@ jobs:
51
- name: Build OpenTelemetry-Matlab
52
run: |
53
cd opentelemetry-matlab
54
- cmake --version
55
- cmake -S . -B build -DCMAKE_BUILD_TYPE=Release -DWITH_EXAMPLES=ON -DCMAKE_INSTALL_PREFIX=${{ env.OPENTELEMETRY_MATLAB_INSTALL }}
+ cmake -S . -B build -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=${{ env.OPENTELEMETRY_MATLAB_INSTALL }}
56
cmake --build build --config Release --target install
57
- name: Run tests
58
env:
0 commit comments