We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10b1562 commit 55f6cf5Copy full SHA for 55f6cf5
.github/workflows/build.yml
@@ -89,7 +89,7 @@ jobs:
89
copy lib\Release\*.dll lib\
90
copy lib\Release\*.pyd lib\
91
copy bin\Release\*.exe bin\
92
- $env:Path += ';C:\local\boost_1_87_0\lib64-msvc-14.3'
+ copy C:\local\boost_1_87_0\lib64-msvc-14.3\*.dll lib\
93
ctest -j 2 --output-on-failure -L ${{ matrix.tests }}
94
- name: Combine coverage
95
if: matrix.os != 'windows-latest'
0 commit comments