Skip to content

Commit 02590c5

Browse files
committed
add a debugging workflow
1 parent 80eb61a commit 02590c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_linux_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
path: opentelemetry-matlab
1616
- name: Install ninja-build
17-
run: apt-get install ninja-build
17+
run: sudo apt-get install ninja-build
1818
- name: Install MATLAB
1919
uses: matlab-actions/setup-matlab@v2
2020
with:

0 commit comments

Comments
 (0)