From 35037017a987b633bafa92054d20d6ea31f46e79 Mon Sep 17 00:00:00 2001 From: Scott Estabrook Date: Tue, 7 Nov 2023 10:33:51 -0500 Subject: [PATCH] Remove examples on Windows build job due to Matlab Compiler related errors --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8c76f34..ca3652d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -47,7 +47,7 @@ jobs: - name: Build OpenTelemetry-Matlab run: | cd opentelemetry-matlab - 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: