Skip to content

Commit d60e327

Browse files
committed
ninja build
1 parent 2b47a11 commit d60e327

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Build OpenTelemetry-Matlab
5353
working-directory: opentelemetry-matlab
5454
run: |
55-
cmake -S . -B build -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=${{ env.OPENTELEMETRY_MATLAB_INSTALL }}
55+
cmake -S . -B build -G Ninja -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=${{ env.OPENTELEMETRY_MATLAB_INSTALL }}
5656
cmake --build build --config Release --target install
5757
- name: Run tests
5858
env:

0 commit comments

Comments
 (0)