Skip to content

Commit 1a9849a

Browse files
committed
cd to correct dir before building LAPACK
1 parent 9528f1e commit 1a9849a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ jobs:
8787
run: |
8888
cd
8989
git clone https://github.com/Reference-LAPACK/lapack.git
90+
cd lapack
9091
cmake -S . -B build -DCMAKE_INSTALL_LIBDIR=$(pwd)/install -DBUILD_SHARED_LIBS=ON -DCBLAS=ON
9192
cmake --build build -j2 --target install
9293

0 commit comments

Comments
 (0)