From 7869efb3de9f66395efa02c3ced68e3c5e9fc8c3 Mon Sep 17 00:00:00 2001 From: Scott Estabrook Date: Wed, 7 Feb 2024 09:57:14 -0500 Subject: [PATCH] Removing examples build from windows --- .github/workflows/build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cffa410..b47fcc6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -51,8 +51,7 @@ jobs: - name: Build OpenTelemetry-Matlab run: | cd opentelemetry-matlab - cmake --version - cmake -S . -B build -DCMAKE_BUILD_TYPE=Release -DWITH_EXAMPLES=ON -DCMAKE_INSTALL_PREFIX=${{ env.OPENTELEMETRY_MATLAB_INSTALL }} + cmake -S . -B build -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=${{ env.OPENTELEMETRY_MATLAB_INSTALL }} cmake --build build --config Release --target install - name: Run tests env: