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