Skip to content

Commit 6917302

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/container_build.yml

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

0 commit comments

Comments
 (0)