Skip to content

Commit 75a30cb

Browse files
committed
Installing LAPACK requires root
1 parent 1a9849a commit 75a30cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
git clone https://github.com/Reference-LAPACK/lapack.git
9090
cd lapack
9191
cmake -S . -B build -DCMAKE_INSTALL_LIBDIR=$(pwd)/install -DBUILD_SHARED_LIBS=ON -DCBLAS=ON
92-
cmake --build build -j2 --target install
92+
sudo cmake --build build -j2 --target install
9393
9494
- name: clone oneMKL
9595
run: |

0 commit comments

Comments
 (0)