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 80eb61a commit 02590c5Copy full SHA for 02590c5
.github/workflows/test_linux_build.yml
@@ -14,7 +14,7 @@ jobs:
14
with:
15
path: opentelemetry-matlab
16
- name: Install ninja-build
17
- run: apt-get install ninja-build
+ run: sudo apt-get install ninja-build
18
- name: Install MATLAB
19
uses: matlab-actions/setup-matlab@v2
20
0 commit comments