Skip to content

Commit 404f28a

Browse files
committed
add a new workflow to experiment with building in a container
1 parent 8ca2e5f commit 404f28a

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
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
path: opentelemetry-matlab
1919
- name: Install compiler, cmake, and Git
20-
run: apt update && apt install -y build-essential cmake git curl pkg-config
20+
run: apt update && apt install -y build-essential cmake git curl pkg-config zip
2121
- name: Install ninja-build
2222
run: apt-get install ninja-build
2323
- name: Install MATLAB

0 commit comments

Comments
 (0)