|
58 | 58 | run: cp -r $GITHUB_WORKSPACE/* libs/math |
59 | 59 | working-directory: ../boost-root |
60 | 60 | - name: Install deps |
61 | | - run: python tools/boostdep/depinst/depinst.py math -I example -I tools |
| 61 | + run: python tools/boostdep/depinst/depinst.py math -C -I example -I tools |
62 | 62 | working-directory: ../boost-root |
63 | 63 | - name: Bootstrap |
64 | 64 | run: ./bootstrap.sh |
@@ -116,7 +116,7 @@ jobs: |
116 | 116 | run: cp -r $GITHUB_WORKSPACE/* libs/math |
117 | 117 | working-directory: ../boost-root |
118 | 118 | - name: Install deps |
119 | | - run: python tools/boostdep/depinst/depinst.py math -I example -I tools |
| 119 | + run: python tools/boostdep/depinst/depinst.py math -C -I example -I tools |
120 | 120 | working-directory: ../boost-root |
121 | 121 | - name: Bootstrap |
122 | 122 | run: ./bootstrap.sh |
@@ -157,7 +157,7 @@ jobs: |
157 | 157 | run: cp -r $GITHUB_WORKSPACE/* libs/math |
158 | 158 | working-directory: ../boost-root |
159 | 159 | - name: Install deps |
160 | | - run: python tools/boostdep/depinst/depinst.py math -I example -I tools |
| 160 | + run: python tools/boostdep/depinst/depinst.py math -C -I example -I tools |
161 | 161 | working-directory: ../boost-root |
162 | 162 | - name: Bootstrap |
163 | 163 | run: ./bootstrap.sh |
@@ -200,7 +200,7 @@ jobs: |
200 | 200 | run: xcopy /s /e /q %GITHUB_WORKSPACE% libs\math |
201 | 201 | working-directory: ../boost-root |
202 | 202 | - name: Install deps |
203 | | - run: python tools/boostdep/depinst/depinst.py math -I example -I tools |
| 203 | + run: python tools/boostdep/depinst/depinst.py math -C -I example -I tools |
204 | 204 | working-directory: ../boost-root |
205 | 205 | - name: Bootstrap |
206 | 206 | run: bootstrap |
@@ -243,7 +243,7 @@ jobs: |
243 | 243 | run: xcopy /s /e /q %GITHUB_WORKSPACE% libs\math |
244 | 244 | working-directory: ../boost-root |
245 | 245 | - name: Install deps |
246 | | - run: python tools/boostdep/depinst/depinst.py math -I example -I tools |
| 246 | + run: python tools/boostdep/depinst/depinst.py math -C -I example -I tools |
247 | 247 | working-directory: ../boost-root |
248 | 248 | - name: Bootstrap |
249 | 249 | run: bootstrap |
@@ -287,7 +287,7 @@ jobs: |
287 | 287 | - name: Copy files |
288 | 288 | run: C:\\tools\\cygwin\\bin\\bash -l -c 'cd $(cygpath -u "$GITHUB_WORKSPACE") && cp -r * ../boost-root/libs/math' |
289 | 289 | - name: Install deps |
290 | | - run: C:\\tools\\cygwin\\bin\\bash -l -c 'cd $(cygpath -u "$GITHUB_WORKSPACE")/../boost-root && python tools/boostdep/depinst/depinst.py math -I example -I tools' |
| 290 | + run: C:\\tools\\cygwin\\bin\\bash -l -c 'cd $(cygpath -u "$GITHUB_WORKSPACE")/../boost-root && python tools/boostdep/depinst/depinst.py math -C -I example -I tools' |
291 | 291 | - name: Bootstrap |
292 | 292 | run: C:\\tools\\cygwin\\bin\\bash -l -c 'cd $(cygpath -u "$GITHUB_WORKSPACE")/../boost-root && ./bootstrap.sh' |
293 | 293 | - name: Generate headers |
@@ -417,7 +417,7 @@ jobs: |
417 | 417 | run: cp -r $GITHUB_WORKSPACE/* libs/math |
418 | 418 | working-directory: ../boost-root |
419 | 419 | - name: Install deps |
420 | | - run: python tools/boostdep/depinst/depinst.py math -I example -I tools |
| 420 | + run: python tools/boostdep/depinst/depinst.py math -C -I example -I tools |
421 | 421 | working-directory: ../boost-root |
422 | 422 | - name: Bootstrap |
423 | 423 | run: ./bootstrap.sh |
|
0 commit comments