We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec55565 commit 6df2eddCopy full SHA for 6df2edd
.github/workflows/container_build.yml
@@ -17,12 +17,11 @@ jobs:
17
with:
18
path: opentelemetry-matlab
19
- 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
+ run: apt update && apt install -y build-essential git curl pkg-config zip python3 ninja
+ - name: Install CMake 4.1.2
+ run: |
+ curl -LO https://github.com/Kitware/CMake/releases/download/v4.1.2/cmake-4.1.2-linux-x86_64.tar.gz
+ echo "cmake-4.1.2-linux-x86_64/bin" >> $GITHUB_PATH
26
- name: Install MATLAB
27
uses: matlab-actions/setup-matlab@v2
28
0 commit comments