Skip to content

Commit c0e7fad

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

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
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
path: opentelemetry-matlab
1818
- name: Install compiler and cmake
19-
run: apt install -y build-essential cmake
19+
run: apt update && apt install -y build-essential cmake
2020
- name: Install ninja-build
2121
run: apt-get install ninja-build
2222
- name: Install MATLAB

0 commit comments

Comments
 (0)