Skip to content

Commit 533f626

Browse files
committed
ci: fix dep
1 parent 5bef327 commit 533f626

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
CIBW_BEFORE_ALL_WINDOWS: "curl -L -o boost.tar.gz https://github.com/boostorg/boost/releases/download/boost-1.91.0-1/boost-1.91.0-1-cmake.tar.gz && tar -xzf boost.tar.gz -C C:\\ && curl -L -o eigen.tar.gz https://gitlab.com/libeigen/eigen/-/archive/3.4.0/eigen-3.4.0.tar.gz && tar -xzf eigen.tar.gz -C C:\\"
3030
CIBW_ENVIRONMENT_LINUX: "CMAKE_PREFIX_PATH=/tmp/boost"
3131
CIBW_ENVIRONMENT_MACOS: "CMAKE_PREFIX_PATH=/Users/runner/boost"
32-
CIBW_ENVIRONMENT_WINDOWS: "BOOST_ROOT=C:/boost-1.91.0-1-cmake Eigen3_ROOT=C:/eigen-3.4.0 CMAKE_PREFIX_PATH=C:/boost-1.91.0-1-cmake;C:/eigen-3.4.0"
32+
CIBW_ENVIRONMENT_WINDOWS: 'BOOST_ROOT="C:/boost-1.91.0-1-cmake" Eigen3_ROOT="C:/eigen-3.4.0" CMAKE_PREFIX_PATH="C:/boost-1.91.0-1-cmake;C:/eigen-3.4.0"'
3333

3434
- uses: actions/upload-artifact@v4
3535
with:

0 commit comments

Comments
 (0)