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 2b47a11 commit d60e327Copy full SHA for d60e327
.github/workflows/build_and_test.yml
@@ -52,7 +52,7 @@ jobs:
52
- name: Build OpenTelemetry-Matlab
53
working-directory: opentelemetry-matlab
54
run: |
55
- cmake -S . -B build -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=${{ env.OPENTELEMETRY_MATLAB_INSTALL }}
+ cmake -S . -B build -G Ninja -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