File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -144,6 +144,8 @@ jobs:
144144 run : |
145145 dir D:\a\FindAFactor\FindAFactor\boost\boost
146146 dir D:\a\FindAFactor\FindAFactor\boost\boost\include
147+ dir D:\a\FindAFactor\FindAFactor\boost\boost\include\boost
148+ dir D:\a\FindAFactor\FindAFactor\boost\boost\include\boost-1_87
147149 python setup.py bdist_wheel --plat-name=${{ matrix.platform }}
148150
149151 - name : Upload Artifacts
Original file line number Diff line number Diff line change 22import setuptools
33from distutils .core import setup , Extension
44
5- cpp_args = ['-std=c++11 ' , '-lpthread' ]
5+ cpp_args = ['-std=c++17 ' , '-lpthread' ]
66
77README_PATH = os .path .join (os .path .abspath (os .path .dirname (__file__ )), 'README.md' )
88with open (README_PATH ) as readme_file :
You can’t perform that action at this time.
0 commit comments