Skip to content

Commit 15cfc4c

Browse files
committed
update GitHub workflow
1 parent 27953ad commit 15cfc4c

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@ jobs:
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
@@ -17,11 +15,6 @@ jobs:
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

0 commit comments

Comments
 (0)