File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ jobs:
159159 steps :
160160 - name : Download OpenTelemetry-Matlab source
161161 uses : actions/checkout@v3
162- with :
162+ with :
163163 path : opentelemetry-matlab
164164 - name : Install ninja-build
165165 run : brew install ninja
Original file line number Diff line number Diff line change 3131 image : ubuntu:20.04
3232 needs : get_version
3333 env :
34- OPENTELEMETRY_MATLAB_INSTALL : " $GITHUB_WORKSPACE/ otel_matlab_install"
34+ OPENTELEMETRY_MATLAB_INSTALL : " otel_matlab_install"
3535 SYSTEM_LIBSTDCPP_PATH : " /usr/lib/x86_64-linux-gnu/libstdc++.so.6"
3636 steps :
3737 - name : Download OpenTelemetry-Matlab source
5757 - name : Build OpenTelemetry-Matlab
5858 working-directory : opentelemetry-matlab
5959 run : |
60- cmake -S . -B build -G Ninja -DCMAKE_BUILD_TYPE=Release -DWITH_EXAMPLES=ON -DUSE_BATCH_FOR_MCC=ON -DOTEL_MATLAB_VERSION=${{ needs.get_version.outputs.version }} -DCMAKE_INSTALL_PREFIX=${{ env. OPENTELEMETRY_MATLAB_INSTALL }}
60+ cmake -S . -B build -G Ninja -DCMAKE_BUILD_TYPE=Release -DWITH_EXAMPLES=ON -DUSE_BATCH_FOR_MCC=ON -DOTEL_MATLAB_VERSION=${{ needs.get_version.outputs.version }} -DCMAKE_INSTALL_PREFIX=$GITHUB_WORKSPACE/$ OPENTELEMETRY_MATLAB_INSTALL
6161 cmake --build build --config Release --target install
6262 - name : Run tests
6363 env :
You can’t perform that action at this time.
0 commit comments