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 404f28a commit 6744a81Copy full SHA for 6744a81
.github/workflows/container_build.yml
@@ -17,7 +17,7 @@ jobs:
17
with:
18
path: opentelemetry-matlab
19
- name: Install compiler, cmake, and Git
20
- run: apt update && apt install -y build-essential cmake git curl pkg-config zip
+ run: apt update && apt install -y build-essential cmake git curl pkg-config zip python3
21
- name: Install ninja-build
22
run: apt-get install ninja-build
23
- name: Install MATLAB
0 commit comments