Skip to content

Commit 9f79220

Browse files
committed
add a debugging workflow
1 parent 4d4aafb commit 9f79220

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test_linux_build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ jobs:
1616
with:
1717
path: opentelemetry-matlab
1818
- name: Install ninja-build
19-
run: apt-get install ninja-build
19+
run: |
20+
apt-get update
21+
apt-get install ninja-build
2022
- name: Install MATLAB
2123
uses: matlab-actions/setup-matlab@v2
2224
with:

0 commit comments

Comments
 (0)