File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change 66 build-and-run-tests :
77 runs-on : ubuntu-latest
88 env :
9- OPENTELEMETRY_CPP_INSTALL : " ${{ github.workspace }}/otel_cpp_install"
109 OPENTELEMETRY_MATLAB_INSTALL : " ${{ github.workspace }}/otel_matlab_install"
11- OPENTELEMETRY_COLLECTOR_INSTALL : " ${{ github.workspace }}/otelcol"
1210 SYSTEM_LIBSTDCPP_PATH : " /usr/lib/x86_64-linux-gnu/libstdc++.so.6"
1311 steps :
1412 - name : Download OpenTelemetry-Matlab source
1715 path : opentelemetry-matlab
1816 - name : Install MATLAB
1917 uses : matlab-actions/setup-matlab@v1
20- - name : Download OpenTelemetry Collector binary
21- run : |
22- mkdir otelcol && cd otelcol
23- wget https://github.com/open-telemetry/opentelemetry-collector-releases/releases/download/v0.75.0/otelcol_0.75.0_linux_amd64.tar.gz
24- tar -xzf otelcol_0.75.0_linux_amd64.tar.gz
2518 - name : Build OpenTelemetry-Matlab
2619 run : |
2720 cd opentelemetry-matlab
You can’t perform that action at this time.
0 commit comments