Skip to content

Commit 4d4aafb

Browse files
committed
add a debugging workflow
1 parent 9480f77 commit 4d4aafb

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
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
path: opentelemetry-matlab
1818
- name: Install ninja-build
19-
run: sudo apt-get install ninja-build
19+
run: apt-get install ninja-build
2020
- name: Install MATLAB
2121
uses: matlab-actions/setup-matlab@v2
2222
with:

0 commit comments

Comments
 (0)