Skip to content

Commit 0d93edc

Browse files
committed
build in a container on Linux to preserve backward compatibility
1 parent bd369e1 commit 0d93edc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build_and_test_full.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ jobs:
3838
with:
3939
path: opentelemetry-matlab
4040
- name: Install compiler and other tools
41+
env:
42+
DEBIAN_FRONTEND: "noninteractive"
4143
run: apt update && apt install -y build-essential git curl pkg-config zip python3 ninja-build
4244
- name: Install CMake
4345
env:
@@ -78,6 +80,8 @@ jobs:
7880
with:
7981
path: opentelemetry-matlab
8082
- name: Install compiler and other tools
83+
env:
84+
DEBIAN_FRONTEND: "noninteractive"
8185
run: apt update && apt install -y build-essential git curl pkg-config zip python3 ninja-build
8286
- name: Install CMake
8387
env:

0 commit comments

Comments
 (0)