Skip to content

Commit 8ca2e5f

Browse files
committed
add a new workflow to experiment with building in a container
1 parent faabbc5 commit 8ca2e5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/container_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
path: opentelemetry-matlab
1919
- name: Install compiler, cmake, and Git
20-
run: apt update && apt install -y build-essential cmake git curl
20+
run: apt update && apt install -y build-essential cmake git curl pkg-config
2121
- name: Install ninja-build
2222
run: apt-get install ninja-build
2323
- name: Install MATLAB
@@ -34,7 +34,7 @@ jobs:
3434
uses: actions/upload-artifact@v4
3535
if: always()
3636
with:
37-
name: vcpkg-bootrap.log
37+
name: vcpkg-manifest-install.log
3838
path: /__w/OpenTelemetry-MATLAB/OpenTelemetry-MATLAB/opentelemetry-matlab/build
3939
- name: Compress into single artifact
4040
working-directory: ${{ github.workspace }}

0 commit comments

Comments
 (0)