Skip to content

Commit 2b47a11

Browse files
committed
ninja build
1 parent 629ac15 commit 2b47a11

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build_and_test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,16 @@ jobs:
4343
uses: actions/checkout@v3
4444
with:
4545
path: opentelemetry-matlab
46+
- name: Install ninja-build
47+
run: choco install ninja
4648
- name: Install MATLAB
4749
uses: matlab-actions/setup-matlab@v2
4850
with:
4951
products: MATLAB_Compiler
5052
- name: Build OpenTelemetry-Matlab
5153
working-directory: opentelemetry-matlab
5254
run: |
53-
cmake -S . -B build -G Ninja -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=${{ env.OPENTELEMETRY_MATLAB_INSTALL }}
55+
cmake -S . -B build -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=${{ env.OPENTELEMETRY_MATLAB_INSTALL }}
5456
cmake --build build --config Release --target install
5557
- name: Run tests
5658
env:

0 commit comments

Comments
 (0)