File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change 66jobs :
77 build-ubuntu :
88 runs-on : ubuntu-22.04
9- container :
10- image : ubuntu:20.04
119 env :
1210 OPENTELEMETRY_MATLAB_INSTALL : " ${{ github.workspace }}/otel_matlab_install"
13- DEBIAN_FRONTEND : noninteractive
1411 steps :
1512 - name : Download OpenTelemetry-Matlab source
1613 uses : actions/checkout@v3
1714 with :
1815 path : opentelemetry-matlab
19- - name : Install ninja-build and cmake
20- run : |
21- apt-get update -y
22- apt-get install -y ninja-build cmake git build-essential
16+ - name : Install ninja-build
17+ run : apt-get install ninja-build
2318 - name : Install MATLAB
2419 uses : matlab-actions/setup-matlab@v2
2520 with :
26- release : R2025a
21+ release : R2023b
2722 products : MATLAB_Compiler
2823 - name : Build OpenTelemetry-Matlab
2924 working-directory : opentelemetry-matlab
You can’t perform that action at this time.
0 commit comments