Skip to content

Commit 87b2c72

Browse files
committed
temp hack
1 parent 081f82d commit 87b2c72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
CMAKE_GENERATOR_PLATFORM=x64
4040
CIBW_ARCHS: AMD64
4141
CIBW_BEFORE_ALL_WINDOWS: >
42-
vcpkg install blas casadi &&
42+
vcpkg install blas casadi --allow-unsupported &&
4343
python install_KLU_Sundials.py
4444
CIBW_BEFORE_BUILD: python -m pip install setuptools delvewheel
4545
CIBW_REPAIR_WHEEL_COMMAND: delvewheel repair --add-path C:/Windows/System32 -w {dest_dir} {wheel}

0 commit comments

Comments
 (0)