Skip to content

Commit 38cb186

Browse files
committed
Upate
1 parent c11647c commit 38cb186

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/hipo.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,8 @@ jobs:
5555
curl -L -o installs/METIS.tar.gz `
5656
"https://github.com/JuliaBinaryWrappers/METIS_jll.jl/releases/download/METIS-v5.1.3%2B0/METIS.v5.1.3.x86_64-w64-mingw32.tar.gz"
5757
tar -xzf installs/METIS.tar.gz -C installs
58-
ls installs/lib
59-
ls .
60-
ls installs/bin
61-
ls .
62-
ls installs/include
63-
ls .
64-
ls C:/vcpkg/installed/x64-windows
6558
vcpkg install openblas[threads]
59+
ls C:/vcpkg/installed
6660
cmake -E make_directory build
6761
cd build
6862
cmake `

0 commit comments

Comments
 (0)