Skip to content

Commit 357e4ea

Browse files
committed
add a new workflow to experiment with building in a container
1 parent 1a1ac7e commit 357e4ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/container_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
cmake -S . -B build -G Ninja -DCMAKE_BUILD_TYPE=Release -DWITH_OTLP_GRPC=ON -DWITH_OTLP_FILE=ON -DOTEL_MATLAB_VERSION=1.0.0 -DCMAKE_INSTALL_PREFIX=${{ env.OPENTELEMETRY_MATLAB_INSTALL }}
3232
cmake --build build --config Release --target install
3333
- name: Upload log
34-
uses: actions/upload-artfact@v4
34+
uses: actions/upload-artifact@v4
3535
if: always()
3636
with:
3737
name: vcpkg-bootrap.log

0 commit comments

Comments
 (0)