Skip to content

Commit 7869efb

Browse files
committed
Removing examples build from windows
1 parent ecd824a commit 7869efb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,7 @@ jobs:
5151
- name: Build OpenTelemetry-Matlab
5252
run: |
5353
cd opentelemetry-matlab
54-
cmake --version
55-
cmake -S . -B build -DCMAKE_BUILD_TYPE=Release -DWITH_EXAMPLES=ON -DCMAKE_INSTALL_PREFIX=${{ env.OPENTELEMETRY_MATLAB_INSTALL }}
54+
cmake -S . -B build -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=${{ env.OPENTELEMETRY_MATLAB_INSTALL }}
5655
cmake --build build --config Release --target install
5756
- name: Run tests
5857
env:

0 commit comments

Comments
 (0)