Skip to content

Commit fbbaed9

Browse files
committed
window fails
1 parent 416ebfd commit fbbaed9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/cibuildwheel.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ jobs:
4848
C:\vcpkg\vcpkg.exe install openblas:x64-windows
4949
CIBW_ENVIRONMENT_WINDOWS: |
5050
EASYSBA_LAPACK_LIBS=openblas
51+
EASYSBA_INCLUDE_DIRS=C:\\vcpkg\\installed\\x64-windows\\include
52+
EASYSBA_LIBRARY_DIRS=C:\\vcpkg\\installed\\x64-windows\\lib
5153
INCLUDE=C:\\vcpkg\\installed\\x64-windows\\include
5254
LIB=C:\\vcpkg\\installed\\x64-windows\\lib
5355
PATH=C:\\vcpkg\\installed\\x64-windows\\bin;{PATH}

0 commit comments

Comments
 (0)