Skip to content

Commit 6df2edd

Browse files
committed
container
1 parent ec55565 commit 6df2edd

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/container_build.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +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
21-
- name: Install CMake and Ninja
22-
uses: lukka/[email protected]
23-
with:
24-
cmakeVersion: 4.1.2
25-
ninjaVersion: 1.13.1
20+
run: apt update && apt install -y build-essential git curl pkg-config zip python3 ninja
21+
- name: Install CMake 4.1.2
22+
run: |
23+
curl -LO https://github.com/Kitware/CMake/releases/download/v4.1.2/cmake-4.1.2-linux-x86_64.tar.gz
24+
echo "cmake-4.1.2-linux-x86_64/bin" >> $GITHUB_PATH
2625
- name: Install MATLAB
2726
uses: matlab-actions/setup-matlab@v2
2827
with:

0 commit comments

Comments
 (0)