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 9f79220 commit f97e917Copy full SHA for f97e917
.github/workflows/test_linux_build.yml
@@ -15,10 +15,10 @@ jobs:
15
uses: actions/checkout@v3
16
with:
17
path: opentelemetry-matlab
18
- - name: Install ninja-build
+ - name: Install ninja-build and cmake
19
run: |
20
apt-get update
21
- apt-get install ninja-build
+ apt-get install ninja-build cmake build-essential
22
- name: Install MATLAB
23
uses: matlab-actions/setup-matlab@v2
24
0 commit comments