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 faabbc5 commit 8ca2e5fCopy full SHA for 8ca2e5f
.github/workflows/container_build.yml
@@ -17,7 +17,7 @@ jobs:
17
with:
18
path: opentelemetry-matlab
19
- name: Install compiler, cmake, and Git
20
- run: apt update && apt install -y build-essential cmake git curl
+ run: apt update && apt install -y build-essential cmake git curl pkg-config
21
- name: Install ninja-build
22
run: apt-get install ninja-build
23
- name: Install MATLAB
@@ -34,7 +34,7 @@ jobs:
34
uses: actions/upload-artifact@v4
35
if: always()
36
37
- name: vcpkg-bootrap.log
+ name: vcpkg-manifest-install.log
38
path: /__w/OpenTelemetry-MATLAB/OpenTelemetry-MATLAB/opentelemetry-matlab/build
39
- name: Compress into single artifact
40
working-directory: ${{ github.workspace }}
0 commit comments