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 6917302 commit c70c0c3Copy full SHA for c70c0c3
.github/workflows/container_build.yml
@@ -10,7 +10,7 @@ jobs:
10
image: ubuntu:20.04
11
env:
12
OPENTELEMETRY_MATLAB_INSTALL: "${{ github.workspace }}/otel_matlab_install"
13
- DEBIAN_FRONTENT: "noninteractive"
+ DEBIAN_FRONTEND: "noninteractive"
14
steps:
15
- name: Download OpenTelemetry-Matlab source
16
uses: actions/checkout@v3
0 commit comments