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 b5266b2 commit c0e7fadCopy full SHA for c0e7fad
.github/workflows/container_build.yml
@@ -16,7 +16,7 @@ jobs:
16
with:
17
path: opentelemetry-matlab
18
- name: Install compiler and cmake
19
- run: apt install -y build-essential cmake
+ run: apt update && apt install -y build-essential cmake
20
- name: Install ninja-build
21
run: apt-get install ninja-build
22
- name: Install MATLAB
0 commit comments