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 5b60c9d commit 8ecb1c1Copy full SHA for 8ecb1c1
.github/workflows/test_linux_build.yml
@@ -17,7 +17,7 @@ jobs:
17
path: opentelemetry-matlab
18
- name: Install ninja-build and cmake
19
run: |
20
- apt-get update
+ apt-get update -y
21
apt-get install -y ninja-build cmake build-essential
22
- name: Install MATLAB
23
uses: matlab-actions/setup-matlab@v2
0 commit comments