Skip to content

Commit b5266b2

Browse files
committed
add a new workflow to experiment with building in a container
1 parent cdfe6d1 commit b5266b2

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
@@ -16,9 +16,9 @@ jobs:
1616
with:
1717
path: opentelemetry-matlab
1818
- name: Install compiler and cmake
19-
run: sudo apt install -y build-essential cmake
19+
run: apt install -y build-essential cmake
2020
- name: Install ninja-build
21-
run: sudo apt-get install ninja-build
21+
run: apt-get install ninja-build
2222
- name: Install MATLAB
2323
uses: matlab-actions/setup-matlab@v2
2424
with:

0 commit comments

Comments
 (0)