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 c70c0c3 commit 94d93a7Copy full SHA for 94d93a7
.github/workflows/container_build.yml
@@ -16,8 +16,8 @@ jobs:
16
uses: actions/checkout@v3
17
with:
18
path: opentelemetry-matlab
19
- - name: Install compiler and cmake
20
- run: apt update && apt install -y build-essential cmake
+ - name: Install compiler, cmake, and Git
+ run: apt update && apt install -y build-essential cmake git
21
- name: Install ninja-build
22
run: apt-get install ninja-build
23
- name: Install MATLAB
0 commit comments