Skip to content

Commit f3b8e9b

Browse files
Print dir
1 parent 825b9c5 commit f3b8e9b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import setuptools
33
from distutils.core import setup, Extension
44

5-
cpp_args = ['-std=c++11', '-lpthread']
5+
cpp_args = ['-std=c++17', '-lpthread']
66

77
README_PATH = os.path.join(os.path.abspath(os.path.dirname(__file__)), 'README.md')
88
with open(README_PATH) as readme_file:

0 commit comments

Comments
 (0)