Skip to content

Commit 0a6844b

Browse files
committed
build in a container on Linux to preserve backward compatibility
1 parent ecee5d4 commit 0a6844b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_and_test_full.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
env:
8888
MY_CMAKE_VERSION: 4.1.2
8989
run: |
90-
curl -LO https://github.com/Kitware/CMake/releases/download/v$MY_CMAKE_VERSION/cmake-$MY_CMAKE_VERSION-linux-x86_64.tar.gz
90+
curl -LO https://github.com/Kitware/CMake/releases/download/v$MY_CMAKE_VERSION/cmake-$MY_CMAKE_VERSION-linux-x86_64.tar.gz
9191
tar -xvzf cmake-$MY_CMAKE_VERSION-linux-x86_64.tar.gz
9292
echo "$GITHUB_WORKSPACE/cmake-$MY_CMAKE_VERSION-linux-x86_64/bin" >> "$GITHUB_PATH"
9393
- name: Install MATLAB

.github/workflows/build_and_test_simple.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
env:
6464
# Add the installation directory to the MATLAB Search Path by
6565
# setting the MATLABPATH environment variable.
66-
MATLABPATH: ${{ env.OPENTELEMETRY_MATLAB_INSTALL }}
66+
MATLABPATH: ${{ env.GITHUB_WORKSPACE }}/${{ env.OPENTELEMETRY_MATLAB_INSTALL }}
6767
uses: matlab-actions/run-tests@v2
6868
with:
6969
select-by-folder: opentelemetry-matlab/test

0 commit comments

Comments
 (0)