File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -43,15 +43,15 @@ 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
52- shell : cmd
5354 run : |
54- call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" x64
5555 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
Original file line number Diff line number Diff line change @@ -43,15 +43,15 @@ 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
52- shell : cmd
5354 run : |
54- call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" x64
5555 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 : Compress into single artifact
You can’t perform that action at this time.
0 commit comments