Skip to content

Commit 65882cc

Browse files
Update solution to the Ubuntu-OpenBLAS issue in the CI #2
1 parent 48fc723 commit 65882cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
sudo apt-get -y install unzip aspcud libshp-dev libplplot-dev gfortran pkg-config git
4141
git clone https://github.com/xianyi/OpenBLAS OpenBLAS
4242
cd OpenBLAS/
43-
make install
43+
make
4444
cd ..
4545
ldconfig /opt/OpenBLAS/lib/
4646
OWL_DISABLE_LAPACKE_LINKING_FLAG=1

0 commit comments

Comments
 (0)