Skip to content

Commit 8ecb1c1

Browse files
committed
add a debugging workflow
1 parent 5b60c9d commit 8ecb1c1

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
@@ -17,7 +17,7 @@ jobs:
1717
path: opentelemetry-matlab
1818
- name: Install ninja-build and cmake
1919
run: |
20-
apt-get update
20+
apt-get update -y
2121
apt-get install -y ninja-build cmake build-essential
2222
- name: Install MATLAB
2323
uses: matlab-actions/setup-matlab@v2

0 commit comments

Comments
 (0)