File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2121 - name : Install cmake and ninja
2222 uses : lukka/get-cmake@latest
2323 with :
24- cmakeVersion : 3.22.1
25- ninjaVersion : 1.11.1
24+ cmakeVersion : latest
25+ ninjaVersion : latest
2626 - name : Install MATLAB
2727 uses : matlab-actions/setup-matlab@v2
2828 with :
3131 - name : Build OpenTelemetry-Matlab
3232 working-directory : opentelemetry-matlab
3333 run : |
34- cmake -S . -B build -G Ninja -DCMAKE_BUILD_TYPE=Release -DWITH_OTLP_GRPC=ON -DWITH_OTLP_FILE=ON -DOTEL_MATLAB_VERSION=1.0.0 -DCMAKE_INSTALL_PREFIX=${{ env.OPENTELEMETRY_MATLAB_INSTALL }}
34+ cmake --trace - S . -B build -G Ninja -DCMAKE_BUILD_TYPE=Release -DWITH_OTLP_GRPC=ON -DWITH_OTLP_FILE=ON -DOTEL_MATLAB_VERSION=1.0.0 -DCMAKE_INSTALL_PREFIX=${{ env.OPENTELEMETRY_MATLAB_INSTALL }}
3535 cmake --build build --config Release --target install
3636 - name : Upload log
3737 uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments