Skip to content

Commit 94d93a7

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/container_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
uses: actions/checkout@v3
1717
with:
1818
path: opentelemetry-matlab
19-
- name: Install compiler and cmake
20-
run: apt update && apt install -y build-essential cmake
19+
- name: Install compiler, cmake, and Git
20+
run: apt update && apt install -y build-essential cmake git
2121
- name: Install ninja-build
2222
run: apt-get install ninja-build
2323
- name: Install MATLAB

0 commit comments

Comments
 (0)