File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -43,16 +43,14 @@ jobs:
4343 uses : actions/checkout@v3
4444 with :
4545 path : opentelemetry-matlab
46- - name : Install ninja-build
47- run : choco install ninja
4846 - name : Install MATLAB
4947 uses : matlab-actions/setup-matlab@v2
5048 with :
5149 products : MATLAB_Compiler
5250 - name : Build OpenTelemetry-Matlab
5351 working-directory : opentelemetry-matlab
5452 run : |
55- cmake -S . -B build -G Ninja - DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=${{ env.OPENTELEMETRY_MATLAB_INSTALL }}
53+ cmake -S . -B build -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=${{ env.OPENTELEMETRY_MATLAB_INSTALL }}
5654 cmake --build build --config Release --target install
5755 - name : Run tests
5856 env :
Original file line number Diff line number Diff line change @@ -43,16 +43,14 @@ jobs:
4343 uses : actions/checkout@v3
4444 with :
4545 path : opentelemetry-matlab
46- - name : Install ninja-build
47- run : choco install ninja
4846 - name : Install MATLAB
4947 uses : matlab-actions/setup-matlab@v2
5048 with :
5149 products : MATLAB_Compiler
5250 - name : Build OpenTelemetry-Matlab
5351 working-directory : opentelemetry-matlab
5452 run : |
55- cmake -S . -B build -G Ninja - DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=${{ env.OPENTELEMETRY_MATLAB_INSTALL }}
53+ cmake -S . -B build -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=${{ env.OPENTELEMETRY_MATLAB_INSTALL }}
5654 cmake --build build --config Release --target install
5755 - name : Compress into single artifact
5856 working-directory : ${{ github.workspace }}
You can’t perform that action at this time.
0 commit comments