We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd369e1 commit 0d93edcCopy full SHA for 0d93edc
.github/workflows/build_and_test_full.yml
@@ -38,6 +38,8 @@ jobs:
38
with:
39
path: opentelemetry-matlab
40
- name: Install compiler and other tools
41
+ env:
42
+ DEBIAN_FRONTEND: "noninteractive"
43
run: apt update && apt install -y build-essential git curl pkg-config zip python3 ninja-build
44
- name: Install CMake
45
env:
@@ -78,6 +80,8 @@ jobs:
78
80
79
81
82
83
84
85
86
87
0 commit comments