Skip to content

Commit

Permalink
Speed up install
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Sep 9, 2024
1 parent 8d22099 commit c2beee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rdkit-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
curl -L -o boost.7z https://github.com/boostorg/boost/releases/download/boost-1.85.0/boost-1.85.0-cmake.7z
7z x boost.7z
cd boost-1.85.0
cmake -S . -B build
cmake -S . -B build -DBOOST_INCLUDE_LIBRARIES=system
cmake --build build --config Release --parallel 4
cmake --install build
Expand Down

0 comments on commit c2beee0

Please sign in to comment.