Skip to content

Commit 80eb61a

Browse files
committed
add a debugging workflow
1 parent 6aaa6d8 commit 80eb61a

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.github/workflows/test_linux_build.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,24 +6,19 @@ on:
66
jobs:
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

0 commit comments

Comments
 (0)