File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3939 # run: ls C:/vcpkg/packages/gklib_x64-windows/share/gklib
4040
4141 - name : Install OpenBLAS
42- run : vcpkg install openblas
42+ run : vcpkg install openblas[threads]
4343
4444 - name : Create build dir
4545 run : cmake -E make_directory ${{runner.workspace}}/build
9696 run : vcpkg install metis
9797
9898 - name : Install OpenBLAS
99- run : vcpkg install openblas
99+ run : vcpkg install openblas[threads]
100100
101101 - name : Create build dir
102102 run : cmake -E make_directory ${{runner.workspace}}/build
@@ -151,7 +151,7 @@ jobs:
151151 run : vcpkg install metis
152152
153153 - name : Install OpenBLAS
154- run : vcpkg install openblas
154+ run : vcpkg install openblas[threads]
155155
156156 - name : Create build dir
157157 run : cmake -E make_directory ${{runner.workspace}}/build
@@ -207,7 +207,7 @@ jobs:
207207 run : vcpkg install metis
208208
209209 - name : Install OpenBLAS
210- run : vcpkg install openblas
210+ run : vcpkg install openblas[threads]
211211
212212 - name : Create build dir
213213 run : cmake -E make_directory ${{runner.workspace}}/build
You can’t perform that action at this time.
0 commit comments