Skip to content

Commit f03bb5c

Browse files
Fix install path on mac tests
1 parent 60ba13e commit f03bb5c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build-unix.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,13 @@ jobs:
8181
-D CMAKE_C_COMPILER="gcc"
8282
-D CMAKE_Fortran_COMPILER="gfortran"
8383
-D CMAKE_PREFIX_PATH="/opt/homebrew/opt/openblas"
84+
-D CMAKE_INSTALL_PREFIX=${{github.workspace}}/lapack_install
8485
-D BLA_VENDOR=OpenBLAS
8586
8687
- name: Configure CMake
8788
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
8889
# See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type
89-
if: ${{ matrix.os == 'ubuntu-latest' }}
90+
if: ${{ matrix.os == 'ubuntu-latest' }}
9091
run: >
9192
cmake -B build -G Ninja
9293
-D CMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}

0 commit comments

Comments
 (0)