Skip to content

Commit 50b5f10

Browse files
committed
container
1 parent 6df2edd commit 50b5f10

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/container_build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,13 @@ jobs:
1717
with:
1818
path: opentelemetry-matlab
1919
- name: Install compiler and other tools
20-
run: apt update && apt install -y build-essential git curl pkg-config zip python3 ninja
20+
run: apt update && apt install -y build-essential git curl pkg-config zip python3
2121
- name: Install CMake 4.1.2
2222
run: |
2323
curl -LO https://github.com/Kitware/CMake/releases/download/v4.1.2/cmake-4.1.2-linux-x86_64.tar.gz
2424
echo "cmake-4.1.2-linux-x86_64/bin" >> $GITHUB_PATH
25+
- name: Install ninja-build
26+
run: sudo apt-get install ninja-build
2527
- name: Install MATLAB
2628
uses: matlab-actions/setup-matlab@v2
2729
with:

0 commit comments

Comments
 (0)