Skip to content

Commit 4b6a945

Browse files
normallytangentnilsfriess
authored andcommitted
fix indentation
1 parent 559b3d7 commit 4b6a945

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ jobs:
7070
cd lapack
7171
mkdir build && cd build
7272
cmake -DCMAKE_INSTALL_LIBDIR=/opt/lapack -DBUILD_SHARED_LIBS=ON -DCBLAS=ON ..
73-
sudo make -j4 install
74-
- name: clone and build oneMKL
73+
make -j4 install
74+
- name: clone and build oneMKL
7575
env:
7676
rocblas_DIR: /opt/rocm-${{matrix.rocm_version}}/lib/cmake/rocblas/
7777
hip_DIR: /opt/rocm-${{matrix.rocm_version}}/lib/cmake/hip/

0 commit comments

Comments
 (0)