Skip to content

Commit 080b410

Browse files
committed
container
1 parent 50b5f10 commit 080b410

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/container_build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,11 @@ 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
20+
run: apt update && apt install -y build-essential git curl pkg-config zip python3 ninja-build
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
2725
- name: Install MATLAB
2826
uses: matlab-actions/setup-matlab@v2
2927
with:

0 commit comments

Comments
 (0)