Skip to content

Commit d92f087

Browse files
committed
Fix typo
1 parent ef64c47 commit d92f087

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
@@ -64,7 +64,7 @@ jobs:
6464
run: |
6565
cd
6666
git clone https://github.com/Reference-LAPACK/lapack.git
67-
cmake -S . -B build -DCMAKE_INSTALL_LIBDIR=$(pwd)/install -DBUILD_SHARED_LIBS=ON -DCBLAS=ON ..
67+
cmake -S . -B build -DCMAKE_INSTALL_LIBDIR=$(pwd)/install -DBUILD_SHARED_LIBS=ON -DCBLAS=ON
6868
cmake --build build -j2 --target install
6969
- name: clone oneMKL
7070
run: |

0 commit comments

Comments
 (0)