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 cdfe6d1 commit b5266b2Copy full SHA for b5266b2
.github/workflows/container_build.yml
@@ -16,9 +16,9 @@ jobs:
16
with:
17
path: opentelemetry-matlab
18
- name: Install compiler and cmake
19
- run: sudo apt install -y build-essential cmake
+ run: apt install -y build-essential cmake
20
- name: Install ninja-build
21
- run: sudo apt-get install ninja-build
+ run: apt-get install ninja-build
22
- name: Install MATLAB
23
uses: matlab-actions/setup-matlab@v2
24
0 commit comments