Skip to content

Commit c70c0c3

Browse files
committed
add a new workflow to experiment with building in a container
1 parent 6917302 commit c70c0c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/container_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
image: ubuntu:20.04
1111
env:
1212
OPENTELEMETRY_MATLAB_INSTALL: "${{ github.workspace }}/otel_matlab_install"
13-
DEBIAN_FRONTENT: "noninteractive"
13+
DEBIAN_FRONTEND: "noninteractive"
1414
steps:
1515
- name: Download OpenTelemetry-Matlab source
1616
uses: actions/checkout@v3

0 commit comments

Comments
 (0)