Skip to content

Commit

Permalink
Removing examples build from windows
Browse files Browse the repository at this point in the history
  • Loading branch information
MWSestabro committed Feb 7, 2024
1 parent ecd824a commit 7869efb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7869efb

Please sign in to comment.